Difference between revisions of "Kind: Status"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
[[forbidden]]: User "[[system:anonymous]]" | [[forbidden]]: User "[[system:anonymous]]" | ||
+ | [[curl http://localhost:8080/api/]] | ||
+ | { | ||
+ | "kind": "Status", | ||
+ | "apiVersion": "v1", | ||
+ | "metadata": {}, | ||
+ | "status": "Failure", | ||
+ | "message": "forbidden: User \"[[system:anonymous]]\" cannot get path \"/\"", | ||
+ | "reason": "Forbidden", | ||
+ | "details": {}, | ||
+ | "code": 403 | ||
+ | } | ||
− | {{Kind}} | + | == Related == |
+ | * [[kubectl cluster-info]] | ||
+ | |||
+ | == See also == | ||
+ | * {{K8s API}} | ||
+ | * {{Kind}} |
Revision as of 21:54, 23 October 2023
forbidden: User "system:anonymous"
curl http://localhost:8080/api/
{ "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "forbidden: User \"system:anonymous\" cannot get path \"/\"", "reason": "Forbidden", "details": {}, "code": 403 }
Related
See also
- Kubernetes API, Kubernetes API server, EKS API,
apiVersion:, kubectl api-resources, kubectl api-versions, kind:
, Kubernetes API endpoint, 6443, 10250 (kubelet)kube-apiserver
, /etc/kubernetes/manifests/kube-apiserver.yaml,valueFrom, /var/log/kube-apiserver.log, /api/v1/, k8s.io
kind:
[Pod | Ingress | ClusterConfiguration
|Config | ConfigMap | ServiceAccount | Deployment | List | Secret | Status ], spec: metadata: data:
Advertising: