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

feat(t8s-cluster/management-cluster): add memory safety net for kubelet #1085

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cwrau
Copy link
Member

@cwrau cwrau commented Aug 9, 2024

No description provided.

@teutonet-bot
Copy link
Contributor

teutonet-bot commented Aug 9, 2024

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

[charts/t8s-cluster/ci/artifacthub-values.yaml]({"errors": [{}]})

[charts/t8s-cluster/ci/cidrs-values.yaml]({"errors": [{}]})

[charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml]({"errors": [{}]})

[charts/t8s-cluster/ci/hcp-values.yaml]({"errors": [{}]})

[charts/t8s-cluster/ci/securityGroups-values.yaml]({"errors": [{}]})

charts/t8s-cluster/ci/calico-values.yaml

[charts/t8s-cluster/ci/bastion-values.yaml]({"errors": [{}]})

charts/t8s-cluster/values.yaml

[charts/t8s-cluster/ci/gpu-flavor-values.yaml]({"errors": [{}]})

@cwrau cwrau force-pushed the feat/t8s-cluster/node-memory branch from c6e1598 to df55de9 Compare August 9, 2024 15:25
@cwrau cwrau force-pushed the feat/t8s-cluster/node-memory branch from df55de9 to 53ddb98 Compare September 17, 2024 15:24
@cwrau cwrau force-pushed the feat/t8s-cluster/node-memory branch from 53ddb98 to a4dc935 Compare September 17, 2024 15:27
@teutonet-bot
Copy link
Contributor

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/t8s-cluster/ci/artifacthub-values.yaml

charts/t8s-cluster/ci/cidrs-values.yaml

charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml

charts/t8s-cluster/ci/hcp-values.yaml

charts/t8s-cluster/ci/securityGroups-values.yaml

charts/t8s-cluster/ci/calico-values.yaml

charts/t8s-cluster/ci/bastion-values.yaml

charts/t8s-cluster/values.yaml

charts/t8s-cluster/ci/gpu-flavor-values.yaml

@@ -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" -}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

why remove the bash?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants