-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(t8s-cluster/management-cluster): add memory safety net for kubelet #1085
base: main
Are you sure you want to change the base?
Conversation
🤖 I have diffed this beep boop"/$namespace/$kind/$name.yaml" for normal resources
|
c6e1598
to
df55de9
Compare
df55de9
to
53ddb98
Compare
53ddb98
to
a4dc935
Compare
🤖 I have diffed this beep boop"/$namespace/$kind/$name.yaml" for normal resources
|
@@ -9,7 +9,7 @@ | |||
{{- define "t8s-cluster.clusterClass.kubeadmControlPlaneTemplate.preKubeadmCommands" -}} | |||
{{- $_ := mustMerge . (pick .context "Values") -}} | |||
{{- $commands := list -}} | |||
{{- $commands = append $commands "bash /etc/kube-proxy-patch.sh" -}} | |||
{{- $commands = append $commands "/etc/kube-proxy-patch.sh" -}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove the bash
?
No description provided.