mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #101085 from lojies/fixbrokenlinkindockersandbox
fix a broken link in docker_sandbox.go
This commit is contained in:
commit
62876fb406
@ -97,7 +97,7 @@ func (ds *dockerService) RunPodSandbox(ctx context.Context, r *runtimeapi.RunPod
|
|||||||
}
|
}
|
||||||
|
|
||||||
// NOTE: To use a custom sandbox image in a private repository, users need to configure the nodes with credentials properly.
|
// NOTE: To use a custom sandbox image in a private repository, users need to configure the nodes with credentials properly.
|
||||||
// see: http://kubernetes.io/docs/user-guide/images/#configuring-nodes-to-authenticate-to-a-private-repository
|
// see: https://kubernetes.io/docs/user-guide/images/#configuring-nodes-to-authenticate-to-a-private-registry
|
||||||
// Only pull sandbox image when it's not present - v1.PullIfNotPresent.
|
// Only pull sandbox image when it's not present - v1.PullIfNotPresent.
|
||||||
if err := ensureSandboxImageExists(ds.client, image); err != nil {
|
if err := ensureSandboxImageExists(ds.client, image); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Loading…
Reference in New Issue
Block a user