Skip to content

Commit

Permalink
Merge pull request #358 from aniruddha2000/ani/k8s-gcr-io-to-registry…
Browse files Browse the repository at this point in the history
…-k8s-io

Migrate from k8s.gcr.io to registry.k8s.io
  • Loading branch information
changweige authored Feb 17, 2023
2 parents b010060 + 5180464 commit bb28284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/run_nydus_in_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ version = 2
runtime_type = "io.containerd.runc.v2"
[plugins."io.containerd.grpc.v1.cri"]
sandbox_image = "k8s.gcr.io/pause:3.6"
sandbox_image = "registry.k8s.io/pause:3.6"
```

With these two configuration files, we can create a kind cluster.


```bash
$ kind create cluster --config=kind-config.yaml
```
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/k8s/containerd.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runtime_type = "io.containerd.runc.v2"

[plugins."io.containerd.grpc.v1.cri"]
# use fixed sandbox image
sandbox_image = "k8s.gcr.io/pause:3.6"
sandbox_image = "registry.k8s.io/pause:3.6"
# allow hugepages controller to be missing
# see https://github.com/containerd/cri/pull/1501
tolerate_missing_hugepages_controller = true
Expand Down

0 comments on commit bb28284

Please sign in to comment.