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
With capsule proxy, when we try to create a namespace with kubectl apply it does not work and throws 403 Forbidden error. it does not work as the kubectl first queries the namespace, and that call results in the authorization error.
Error from server (Forbidden): error when retrieving current configuration of:
Resource: "/v1, Resource=namespaces", GroupVersionKind: "/v1, Kind=Namespace"
Name: "tnt-yaml", Namespace: ""
from server for: "namespace.yaml": namespaces "tnt-yaml" is forbidden: User "[email protected]" cannot get resource "namespaces" in API group "" in the namespace "tnt-yaml"
The text was updated successfully, but these errors were encountered:
With capsule proxy, when we try to create a namespace with
kubectl apply
it does not work and throws403 Forbidden
error. it does not work as the kubectl first queries the namespace, and that call results in the authorization error.Steps to produce.
namespace.yaml manifest file
Applying the yaml definition
Error from server (Forbidden): error when retrieving current configuration of:
Resource: "/v1, Resource=namespaces", GroupVersionKind: "/v1, Kind=Namespace"
Name: "tnt-yaml", Namespace: ""
from server for: "namespace.yaml": namespaces "tnt-yaml" is forbidden: User "[email protected]" cannot get resource "namespaces" in API group "" in the namespace "tnt-yaml"
The text was updated successfully, but these errors were encountered: