Replies: 2 comments
-
@jan-bar need support https secret ??? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cuisongliu k8s use https by default,I didn't find a solution to change the default http. But the method I'm using now works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
scp ca.crt root@nodeIp:/usr/local/share/ca-certificates/harbor.crt
(sealos3.0), The directory does not exist and needs to becreated manually.
scp ca.crt root@nodeIp:/etc/ssl/certs/harbor.crt
(sealos4.0)systemctl restart containerd.service
kubectl create secret docker-registry janbar-harbor --docker-server=x.x.x.x --docker-username=admin --docker-password=Harbor12345
Solution source: haminhcong/k8s-til#17, Solution 3
Beta Was this translation helpful? Give feedback.
All reactions