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

k0s is now run from the syncer container #1380

Merged
merged 3 commits into from
Nov 28, 2023

Conversation

facchettos
Copy link
Contributor

What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement

What does this pull request do? Which issues does it resolve? (use resolves #<issue_number> if possible)
resolves eng-2478

Please provide a short message that should be published in the vcluster release notes
k0s is now run from inside the syncer container

What else do we need to know?

charts/k0s/templates/statefulset.yaml Show resolved Hide resolved
charts/k0s/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/k0s/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/k0s/templates/statefulset.yaml Outdated Show resolved Hide resolved
charts/k0s/templates/statefulset.yaml Show resolved Hide resolved
charts/k0s/values.yaml Outdated Show resolved Hide resolved
- name: tmp
mountPath: /tmp
{{- if .Values.coredns.enabled }}
- name: coredns
mountPath: /manifests/coredns
readOnly: true
{{- end }}
{{ toYaml .Values.syncer.volumeMounts | indent 10 }}
{{- if .Values.syncer.extraVolumeMounts }}
Copy link
Member

Choose a reason for hiding this comment

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

Just add the .Values.vcluster.volumeMounts here

@FabianKramm FabianKramm merged commit d02b61e into loft-sh:main Nov 28, 2023
53 checks passed
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.

None yet

2 participants