Skip to content

Commit

Permalink
Replace k8s.gcr.io with registry.k8s.io
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii committed Mar 6, 2023
1 parent eb20110 commit 8c1e614
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ETCD := $(TOOLS_BIN_DIR)/etcd
STAGING_REGISTRY := gcr.io/k8s-staging-capi-cloudstack
STAGING_BUCKET ?= artifacts.k8s-staging-capi-cloudstack.appspot.com
BUCKET ?= $(STAGING_BUCKET)
PROD_REGISTRY ?= k8s.gcr.io/capi-cloudstack
PROD_REGISTRY ?= registry.k8s.io/capi-cloudstack
REGISTRY ?= $(STAGING_REGISTRY)
RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)
PULL_BASE_REF ?= $(RELEASE_TAG)
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/topics/unstacked-etcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The value should point to an empty directory on the node
```yaml
kubeadmConfigSpec:
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
etcd:
local:
dataDir: /var/lib/etcddisk/etcd
Expand Down Expand Up @@ -51,7 +51,7 @@ The value should point to an empty directory on the node
```yaml
kubeadmConfigSpec:
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
etcd:
external:
endpoints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
kubeletExtraArgs:
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
kubeletExtraArgs:
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
clusterConfiguration:
imageRepository: k8s.gcr.io
imageRepository: registry.k8s.io
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down

0 comments on commit 8c1e614

Please sign in to comment.