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

fix: insecure algorithm SHA1-RSA #64

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

zsnmwy
Copy link
Member

@zsnmwy zsnmwy commented Jun 27, 2022

19901656317609_ pic

Ref:
gocrane/crane#349
gocrane/crane#345 (comment)


Works fine in the latest k8s version.

$ kubectl get nodes -owide
NAME                   STATUS   ROLES           AGE    VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION      CONTAINER-RUNTIME
ubuntu-192-168-1-130   Ready    <none>          130m   v1.24.2   192.168.1.130   <none>        Ubuntu 20.04.4 LTS   5.4.0-120-generic   containerd://1.6.6
ubuntu-192-168-1-208   Ready    control-plane   131m   v1.24.2   192.168.1.208   <none>        Ubuntu 20.04.4 LTS   5.4.0-120-generic   containerd://1.6.6

$ kubectl get pod -owide -n crane-system 
NAME                             READY   STATUS    RESTARTS   AGE   IP            NODE                   NOMINATED NODE   READINESS GATES
crane-agent-frvw2                1/1     Running   0          28m   10.10.176.3   ubuntu-192-168-1-208   <none>           <none>
crane-agent-mv2db                1/1     Running   0          28m   10.10.95.76   ubuntu-192-168-1-130   <none>           <none>
craned-8c647f8c4-lk2w7           2/2     Running   0          28m   10.10.95.78   ubuntu-192-168-1-130   <none>           <none>
fadvisor-5dc759fc9b-5b9wm        1/1     Running   0          28m   10.10.95.79   ubuntu-192-168-1-130   <none>           <none>
metric-adapter-5844dfd94-dr6p7   1/1     Running   0          28m   10.10.95.77   ubuntu-192-168-1-130   <none>           <none>

image

@qmhu qmhu merged commit b2917aa into gocrane:main Jul 1, 2022
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.

2 participants