mirror of https://github.com/knative/docs.git
Add additional image repositories for ICP install (#732)
* Add additional image repositories for ICP install May be a couple more so please don't merge yet! Following the process now and noticed this when applying the release-lite yaml. * Formatting for ICP image policy inclusions
This commit is contained in:
parent
579de42707
commit
70ef4e642a
|
@ -48,12 +48,13 @@ in IBM Cloud Private to allow the access to the Knative image:
|
|||
kubectl edit clusterimagepolicies ibmcloud-default-cluster-image-policy
|
||||
```
|
||||
|
||||
2. Update `spec.repositories` by adding `"gcr.io/knative-releases/*"`, for
|
||||
example:
|
||||
```yaml
|
||||
spec:
|
||||
repositories:
|
||||
- name: "gcr.io/knative-releases/*"
|
||||
2. Update `spec.repositories` by adding the following entries, for example:
|
||||
```yaml
|
||||
spec:
|
||||
repositories:
|
||||
- name: gcr.io/knative-releases/*
|
||||
- name: k8s.gcr.io/*
|
||||
- name: quay.io/*
|
||||
```
|
||||
|
||||
#### Update pod security policy
|
||||
|
|
Loading…
Reference in New Issue