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
I am trying to update an existing ingress with new parameters using the above mentioned method. Everytime I call it though, I hit line 758 in networkingV1beta1Api.js. I am calling the method with the ingress name, namespace, config and pretty print.
I am trying to update an existing ingress with new parameters using the above mentioned method. Everytime I call it though, I hit line 758 in networkingV1beta1Api.js. I am calling the method with the ingress name, namespace, config and pretty print.
k8sIngressApi.patchNamespacedIngress('myingressname', 'myingressnamespace, config, true).then(result => { return console.log(JSON.stringify(result, null, 2)); });
I am able to create ingresses fine, it's just updating them that is causing issues.
The text was updated successfully, but these errors were encountered: