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.25] Adding cli to custom klipper helm image #7912

Closed
brandond opened this issue Jul 7, 2023 · 1 comment
Closed

[release-1.25] Adding cli to custom klipper helm image #7912

brandond opened this issue Jul 7, 2023 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

brandond commented Jul 7, 2023

@fmoral2
Copy link
Contributor

fmoral2 commented Jul 14, 2023

Validated on Version:

-$ k3s version v1.25.11+k3s-c3eab737 (c3eab737

Environment Details

Infrastructure
Cloud EC2 instance

Node(s) CPU architecture, OS, and Version:
Ubuntu

Cluster Configuration:
1 node

Steps to validate the fix

  1. Install k3s with helm-job-image=rancher/klipper-helm:v0.7.7-build20230403
  2. Validate the image used on helm-install-traefik pod
  3. Check pods are running

Validation Results:

$  curl -fL https://get.k3s.io | INSTALL_K3S_COMMIT=c3eab737ad3fa3b14b2639bdadf1d9dbe3fdf413 sh -s - server --cluster-init --helm-job-image=rancher/klipper-helm:v0.7.7-build20230403 --write-kubeconfig-mode 644

 $ k3s -v
    k3s version v1.25.11+k3s-c3eab737 (c3eab737)


 $ kubectl describe pod -n kube-system helm-install-traefik | grep klipper
    Image:         rancher/klipper-helm:v0.7.7-build20230403


~$ k get pods -A
    NAMESPACE     NAME                                      READY   STATUS      RESTARTS   AGE
    kube-system   coredns-8b9777675-b8v44                   1/1     Running     0          2m20s
    kube-system   helm-install-traefik-crd-964wn            0/1     Completed   0          2m21s
    kube-system   helm-install-traefik-n8j9c                0/1     Completed   1          2m21s
    kube-system   local-path-provisioner-69dff9496c-bwtnt   1/1     Running     0          2m20s
    kube-system   metrics-server-854c559bd-2h2rz            1/1     Running     0          2m20s
    kube-system   svclb-traefik-4de1cbff-7sn2x              2/2     Running     0          2m3s
    kube-system   traefik-66fd46ccd-w646l                   1/1     Running     0          2m3s








    ```

@fmoral2 fmoral2 closed this as completed Jul 14, 2023
@github-project-automation github-project-automation bot moved this from To Test to Done Issue in K3s Development Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants