Editing FailedScheduling

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
FailedScheduling
 
* <code>[[Insufficient cpu]]</code>
 
* <code>[[Insufficient memory]]</code>
 
* <code>[[timed out waiting for the condition]]</code>
 
* <code>[[unbound immediate PersistentVolumeClaims]]</code>
 
* <code>[[volume node affinity conflict]]</code>
 
* <code>[[didn't match Pod's node affinity/selector]]</code>
 
 
  
 
  [[kubectl get events -A]]
 
  [[kubectl get events -A]]
 
  your-namespace        22s        Warning  [[FailedScheduling]]                  pod/your_elasticsearch-master-1                                          0/8 nodes are available: 1 [[Insufficient cpu]], 1 node(s) had taint {risk: etl}, that the pod didn't tolerate, 1 node(s) were unschedulable, 3 node(s) had [[taint]] {NAME: run-your-command}, that the pod didn't tolerate, 7 node(s) had [[volume node affinity conflict]].
 
  your-namespace        22s        Warning  [[FailedScheduling]]                  pod/your_elasticsearch-master-1                                          0/8 nodes are available: 1 [[Insufficient cpu]], 1 node(s) had taint {risk: etl}, that the pod didn't tolerate, 1 node(s) were unschedulable, 3 node(s) had [[taint]] {NAME: run-your-command}, that the pod didn't tolerate, 7 node(s) had [[volume node affinity conflict]].
  
kube-system  10m        Warning  FailedScheduling          pod/[[storage-provisioner]]                                          0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
 
 
0/1 nodes are available: 1 node(s) had taint {[[node.kubernetes.io]]/not-ready: }, [[that the pod didn't tolerate]].
 
  
 
  your-namespace        2m16s      Warning  FailedScheduling                  pod/your-elasticsearch-master-1
 
  your-namespace        2m16s      Warning  FailedScheduling                  pod/your-elasticsearch-master-1
Line 24: Line 12:
 
  default    32s        Warning  FailedScheduling        pod/elasticsearch-master-0                                          0/2 nodes are available: 2 [[Insufficient cpu]], 2 [[Insufficient memory]].
 
  default    32s        Warning  FailedScheduling        pod/elasticsearch-master-0                                          0/2 nodes are available: 2 [[Insufficient cpu]], 2 [[Insufficient memory]].
  
default    4m7s        Warning  FailedScheduling                  pod/[[kibana]]-kibana-654ccb45bd-pbp4r            [[0/2 nodes are available: 2 Insufficient cpu.]]
 
 
default    18m        Warning  FailedScheduling        pod/[[sentry-web]]-79b8bbccdf-r2qr4                                    0/4 nodes are available: 4 [[pod has unbound immediate PersistentVolumeClaims]].
 
 
2m22s      Warning  FailedScheduling        pod/[[kotsadm]]-d686d8485-d2fhg                            0/1 nodes are available: 1 node(s) [[didn't match Pod's node affinity/selector]]. [[preemption]]: 0/1 nodes are available: 1 [[Preemption is not helpful for scheduling]]..
 
 
==  [[kubectl get events -o yaml]] ==
 
 
[[kubectl get events]] -o yaml | grep message
 
  message: '0/2 nodes are available: 2 Insufficient cpu.'
 
  message: '[[pod didn''t trigger scale-up]]: '
 
 
 
 
apiVersion: v1
 
items:
 
- apiVersion: v1
 
  count: 83
 
  eventTime: null
 
  firstTimestamp: "2022-11-01T06:21:01Z"
 
  involvedObject:
 
    apiVersion: v1
 
    kind: Pod
 
    name: kibana-kibana-654ccb45bd-pbp4r
 
    namespace: default
 
    resourceVersion: "800158"
 
    uid: b10009ea-51df-47b8-be45-3e616f192f1a
 
  [[kind: Event]]
 
  lastTimestamp: "2022-11-01T07:46:28Z"
 
  message: '0/2 nodes are available: 2 Insufficient cpu.'
 
  metadata:
 
    creationTimestamp: "2022-11-01T06:21:01Z"
 
    name: kibana-kibana-654ccb45bd-pbp4r.172361a82959aa95
 
    namespace: default
 
    resourceVersion: "2825"
 
    uid: 13937a60-c494-47fa-aaa0-5380a6e1412f
 
  reason: FailedScheduling
 
  reportingComponent: ""
 
  reportingInstance: ""
 
  source:
 
    component: default-scheduler
 
  type: Warning
 
- apiVersion: v1
 
  count: 511
 
  eventTime: null
 
  firstTimestamp: "2022-11-01T06:21:04Z"
 
  involvedObject:
 
    apiVersion: v1
 
    kind: Pod
 
    name: kibana-kibana-654ccb45bd-pbp4r
 
    namespace: default
 
    resourceVersion: "800163"
 
    uid: b10009ea-51df-47b8-be45-3e616f192f1a
 
  kind: Event
 
  lastTimestamp: "2022-11-01T07:46:18Z"
 
  message: 'pod didn''t trigger scale-up: '
 
  metadata:
 
    creationTimestamp: "2022-11-01T06:21:04Z"
 
    name: kibana-kibana-654ccb45bd-pbp4r.172361a8a65f467d
 
    namespace: default
 
    resourceVersion: "2824"
 
    uid: 38724dae-0dde-42e3-848b-fe24bbbccda3
 
  reason: [[NotTriggerScaleUp]]
 
  reportingComponent: ""
 
  reportingInstance: ""
 
  source:
 
    component: [[cluster-autoscaler]]
 
  type: Normal
 
kind: List
 
metadata:
 
  resourceVersion: ""
 
  
 
== Related ==
 
== Related ==
 
* <code>[[kubectl get pvc]]</code>
 
* <code>[[kubectl get pvc]]</code>
* [[GCP machine families]]: <code>[[e2-medium]]</code>
+
  <code>[[e2-medium]]</code>
* [[Killing]]
+
 
* <code>[[kubectl get events -A]]</code>
+
[[GCP machine families]]
* Source: <code>[[default-scheduler]]</code>
 
* <code>[[SchedulingDisabled]]</code>
 
* <code>[[NodeHasInsufficientMemory]]</code>
 
* [[FailedMount]]
 
* [[Karpenter]]
 
* [[Unable to schedule pod]]
 
  
 
== See also ==
 
== See also ==
* {{FailedScheduling}}
 
 
* {{kubectl events}}
 
* {{kubectl events}}
* {{K8s tr}}
+
* {{kubectl get}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: