Difference between revisions of "Kind: status"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} curl http://localhost:8080/api/ {{K8s API}}")
 
Line 3: Line 3:
 
  [[curl http://localhost:8080/api/]]
 
  [[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 ==
 +
* [[kubectl cluster-info]]
  
 
+
== See also ==
{{K8s API}}
+
* {{K8s API}}

Revision as of 21:53, 23 October 2023

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

Advertising: