We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d575b commit 6a1b9bfCopy full SHA for 6a1b9bf
keps/sig-release/3000-artifact-distribution/README.md
@@ -117,15 +117,15 @@ When my PR is merged
117
Then the promotion process occurs
118
```
119
120
-#### Cloud Customer - Installing K8s via kubeadm
+#### Cloud Customer - pulling an official container image
121
122
```feature
123
As a CLOUD end-user
124
I want to install Kubernetes
125
126
Given some compute resources at CLOUD
127
-When I use kubeadm to deploy Kubernetes
128
-Then I will be redirected to a local CLOUD registry
+When I pull an official Kubernetes container image
+Then I am redirected to a cloud provider backed bucket (set) or CDN otherwise fall back to k8s.gcr.io
129
130
131
### Notes/Constraints/Caveats
0 commit comments