You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a default pull secret from a newly created Namespace fails.
The UI sends an invalid request while trying to add a value to the imagePullSecrets array. In this case, the target array does not exist yet, but the request attempts to add an item to it. As a result, the API rejects the request and the default pull secret is not created.
Steps to reproduce
Open the console connected to a clean Kubernetes cluster.
Go to Namespaces.
Create a new Namespace.
Open the newly created Namespace details page.
Click the action to create a default pull secret.
Enter a secret name.
Click Save.
Actual result
The operation fails with the following error:
HttpError: the server rejected our request due to an error in our request
Expected result
The default pull secret should be created successfully and displayed on the Namespace page.
Additional details
This was reproduced on the main (49745c2) branch with "pure" k8s cluster.
Description
Creating a default pull secret from a newly created Namespace fails.
The UI sends an invalid request while trying to add a value to the
imagePullSecretsarray. In this case, the target array does not exist yet, but the request attempts to add an item to it. As a result, the API rejects the request and the default pull secret is not created.Steps to reproduce
Actual result
The operation fails with the following error:
Expected result
The default pull secret should be created successfully and displayed on the Namespace page.
Additional details
This was reproduced on the
main(49745c2) branch with "pure" k8s cluster.okd_image-pull-secret_create_error.mp4