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

[Release-1.29] - local path provisioner helper script does not support -a flag #10169

Closed
brandond opened this issue May 23, 2024 · 1 comment
Closed
Assignees
Milestone

Comments

@brandond
Copy link
Contributor

Backport fix for local path provisioner helper script does not support -a flag

@VestigeJ
Copy link

VestigeJ commented Jun 3, 2024

Issue produced over here #9834 (comment)
Validated using COMMIT=da2625d1a9993902a2fe443d39b72df073419199

kgp -n kube-system

NAME                                      READY   STATUS      RESTARTS   AGE
coredns-6799fbcd5-mpzf7                   1/1     Running     0          39s
helm-install-traefik-crd-kd8fk            0/1     Completed   0          39s
helm-install-traefik-sxpqx                0/1     Completed   1          39s
local-path-provisioner-6c86858495-q52sd   1/1     Running     0          39s
metrics-server-54fd9b65b-klnsk            1/1     Running     0          39s
svclb-traefik-238644b3-2rl46              2/2     Running     0          20s
traefik-7d5f6474df-9qqp8                  1/1     Running     0          20s

$ k logs pod/local-path-provisioner-6c86858495-q52sd -n kube-system

I0603 22:49:31.374438       1 controller.go:811] Starting provisioner controller rancher.io/local-path_local-path-provisioner-6c86858495-q52sd_0b086ed0-d629-4215-8787-375cc2bd2bde!
I0603 22:49:31.479559       1 controller.go:860] Started provisioner controller rancher.io/local-path_local-path-provisioner-6c86858495-q52sd_0b086ed0-d629-4215-8787-375cc2bd2bde!

$ k get deploy -n kube-system local-path-provisioner -o jsonpath='{$.spec.template.spec.containers[:1].image}'

rancher/local-path-provisioner:v0.0.26

$ kgn -o wide

NAME               STATUS   ROLES                       AGE   VERSION                INTERNAL-IP     EXTERNAL-IP     OS-IMAGE                              KERNEL-VERSION              CONTAINER-RUNTIME
ip-1-1-1-177       Ready    control-plane,etcd,master   23m   v1.29.5+k3s-da2625d1   1.1.1.177       1.1.1.177        SUSE Linux Enterprise Server 15 SP5   5.14.21-150500.53-default   containerd://1.7.17-k3s1

@VestigeJ VestigeJ closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done Issue
Development

No branches or pull requests

3 participants