mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
kubeadm: stop using of CRI endpoints without URL scheme
run the testcase with `-v` flag will reveal the warning, e.g. `W1103 ... Usage of CRI endpoints without URL scheme is deprecated...` Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
parent
a7b610c3bb
commit
765ef1783b
@ -36,7 +36,7 @@ localAPIEndpoint:
|
||||
bootstrapTokens:
|
||||
- token: "abcdef.0123456789abcdef"
|
||||
nodeRegistration:
|
||||
criSocket: /run/containerd/containerd.sock
|
||||
criSocket: unix:///var/run/containerd/containerd.sock
|
||||
name: someName
|
||||
ignorePreflightErrors:
|
||||
- c
|
||||
|
@ -42,7 +42,7 @@ discovery:
|
||||
controlPlane:
|
||||
certificateKey: c39a18bae4a72e71b178661f437363da218a3efb83ddb03f1cd91d9ae1da41bd
|
||||
nodeRegistration:
|
||||
criSocket: /run/containerd/containerd.sock
|
||||
criSocket: unix:///var/run/containerd/containerd.sock
|
||||
name: someName
|
||||
ignorePreflightErrors:
|
||||
- c
|
||||
|
Loading…
Reference in New Issue
Block a user