Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[grafana] Allowing older version of Kubernetes (<1.13) to use the latest versio… #900

Merged
merged 1 commit into from Dec 16, 2021

Conversation

pburgisser
Copy link
Contributor

Allowing older version of Kubernetes (<1.13) to use the latest version of the chart by making the pod parameter enableServiceLinks optional.

Fix #669
Signed-off-by: Philippe Bürgisser philippe.burgisser@camptocamp.com

I didn't use the helm built-in object Capabilities.KubeVersion as is always return version 1.18 on a OpenShift 3.11 which is based on Kubernetes version 1.11 and the enableServiceLinks is available since Kube 1.13

@pburgisser pburgisser force-pushed the make_enableservicelinks_optional branch 2 times, most recently from b4329b7 to 4b6cbbd Compare December 16, 2021 08:16
@pburgisser pburgisser changed the title Allowing older version of Kubernetes (<1.13) to use the latest versio… [grafana] Allowing older version of Kubernetes (<1.13) to use the latest versio… Dec 16, 2021
…n of the chart by making the pod parameter enableServiceLinks optional.

Fix grafana#669

Signed-off-by: Philippe Bürgisser <philippe.burgisser@camptocamp.com>
Signed-off-by: Philippe <philippe.burgisser@camptocamp.com>
@pburgisser pburgisser force-pushed the make_enableservicelinks_optional branch from 4b6cbbd to 63e80bd Compare December 16, 2021 08:17
@zanhsieh zanhsieh merged commit 3840758 into grafana:main Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enableServiceLinks mandatory in _pod.tpl breaks old kubernetes apis
2 participants