Difference between revisions of "Not found"

From wikieduonline
Jump to navigation Jump to search
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
=== Kubernetes ===
 +
 +
[[pod ... not found]]
 
  [[kubectl exec -it]] your-pod-name -- [[bash]]
 
  [[kubectl exec -it]] your-pod-name -- [[bash]]
 
  [[Error from server (NotFound): pods]] "your-pod-name" not found
 
  [[Error from server (NotFound): pods]] "your-pod-name" not found
  
 +
[[node ... not found]]
 +
[[Error updating Endpoint Slices for Service default/datadog: node "ip-10.10.10.10.eu-dentral-1.compute.internal" not found]]
 +
 +
[[service ... not found]]
 +
service "[[gatekeeper-webhook-service]]" not found
 +
 +
[[pod container deletor.go]]
 +
 +
[[psql]]: error: definition of service "your-wrong-name" not found
 +
 +
Solution: review carefully that your name matches the one configured.
 +
 +
[[helm install elasticsearch]]
 +
 +
* <code>Error creating: pods "your_pod" [[is forbidden]]: [[error looking up service account]] default/your_service_account: serviceaccount "your_service_account" [[not found]]</code>
 +
 +
[[persistentvolumeclaim]] "yourpvname" not found.
 +
 +
=== Git ===
 +
git pull: [[fatal: repository 'https://github.com/XXXXXX/' not found]]
 +
 +
== Related ==
 +
* <code>[[PATH]]</code>
 +
* <code>[[type]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 13:35, 20 February 2024

Kubernetes[edit]

pod ... not found
kubectl exec -it your-pod-name -- bash
Error from server (NotFound): pods "your-pod-name" not found
node ... not found
Error updating Endpoint Slices for Service default/datadog: node "ip-10.10.10.10.eu-dentral-1.compute.internal" not found
service ... not found
service "gatekeeper-webhook-service" not found
pod container deletor.go
psql: error: definition of service "your-wrong-name" not found

Solution: review carefully that your name matches the one configured.
helm install elasticsearch
persistentvolumeclaim "yourpvname" not found.

Git[edit]

git pull: fatal: repository 'https://github.com/XXXXXX/' not found

Related[edit]

See also[edit]

Advertising: