Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Conversation

jalberto
Copy link

@jalberto jalberto commented Feb 15, 2018

@jalberto jalberto changed the title Add GID support for stateful Update Specs for 1.8 & add GID Feb 15, 2018
Copy link
Collaborator

@sagikazarmark sagikazarmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good apart from some versioning concerns

@@ -1,4 +1,4 @@
apiVersion: {{ if .Values.common.stateful.enabled }}apps/v1beta1{{ else }}extensions/v1beta1{{ end }}
apiVersion: {{ if .Values.common.stateful.enabled }}apps/v1beta2{{ else }}extensions/v1beta1{{ end }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we should add a guard here, so pre1.8 versions don't break. Helm provides information about the cluster so you can choose the appropriate API version based on it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some features are not available pre-1.8 like GID settings (very important to be able to use official ES containers)

@@ -1,4 +1,4 @@
apiVersion: {{ if .Values.common.stateful.enabled }}apps/v1beta1{{ else }}extensions/v1beta1{{ end }}
apiVersion: {{ if .Values.common.stateful.enabled }}apps/v1beta2{{ else }}extensions/v1beta1{{ end }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants