cloud-native-toolkit / cloud-native-toolkit/planning
Bug: Need to grant image-puller permission to service accounts for OCP 4.3
Open
bug
terraform
- Dominant language
- No language data
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
On OCP 4.3, in order for the tool installs to complete successfully the default service accounts for tools and dev namespaces need to be granted the image-puller access
```
oc policy add-role-to-group system:image-puller system:serviceaccounts:tools --namespace=openshift
oc policy add-role-to-group system:image-puller system:serviceaccounts:dev --namespace=openshift
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.