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
Should createOrReplace work similar to kubectl apply or kubectl create?
When i try to modify a service with createOrReplace which already exists i get an error:
Message: Service "gateway-external" is invalid: spec.ports[0].nodePort: Invalid value: 32005: provided port is already allocated.
This is the exact same output when I use kubectl create.
Is it possible to simulate kubectl apply via code which would not throw this error but instead would return:
service/gateway-external configured
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!
Should createOrReplace work similar to kubectl apply or kubectl create?
When i try to modify a service with createOrReplace which already exists i get an error:
Message: Service "gateway-external" is invalid: spec.ports[0].nodePort: Invalid value: 32005: provided port is already allocated.
This is the exact same output when I use kubectl create.
Is it possible to simulate kubectl apply via code which would not throw this error but instead would return:
service/gateway-external configured
The text was updated successfully, but these errors were encountered: