Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node view isn't showing pod that can't get into node #5981

Closed
3 tasks done
jsoref opened this issue Apr 7, 2021 · 0 comments · Fixed by #5988
Closed
3 tasks done

node view isn't showing pod that can't get into node #5981

jsoref opened this issue Apr 7, 2021 · 0 comments · Fixed by #5988
Labels
bug Something isn't working
Milestone

Comments

@jsoref
Copy link
Member

jsoref commented Apr 7, 2021

If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

Nodes for which pods want to get into, but can't get in, aren't shown in the nodes view

To Reproduce

  1. Have a node with insufficient capacity for a pod
    e.g.
    spec:
      affinity:
        nodeAffinity:
          requiredDuringSchedulingIgnoredDuringExecution:
            nodeSelectorTerms:
              - matchFields:
                  - key: metadata.name
                    operator: In
                    values:
                      - gke-default-cluster-default-pool-cd475819-7c1f
  2. Switch to pods view by parent resource
  3. See pod unhappy
  4. Switch to node view
  5. Look for pod

Expected behavior

If a pod is asking explicitly for a node, show the node the pod is trying to get into even if it isn't there.

Screenshots

image
image

Version

{
    "Version": "v2.0.0+d085636",
    "BuildDate": "2021-03-30T19:10:08Z",
    "GitCommit": "d085636fd72c170d0553a2db1f0de8e6ea0df398",
    "GitTreeState": "clean",
    "GoVersion": "go1.16",
    "Compiler": "gc",
    "Platform": "linux/amd64",
    "KsonnetVersion": "v0.13.1",
    "KustomizeVersion": "v3.9.4 2021-02-09T19:22:10Z",
    "HelmVersion": "v3.5.1+g32c2223",
    "KubectlVersion": "v0.20.4",
    "JsonnetVersion": "v0.17.0"
}

Logs

Reason Message Count First Occurred Last Occurred
NotTriggerScaleUp pod didn't trigger scale-up: 9 node(s) didn't match node selector ... ... ...
FailedScheduling 0/26 nodes are available: 1 Insufficient cpu, 25 node(s) didn't match node selector. ... ... ...
Paste any relevant application logs here.
@jsoref jsoref added the bug Something isn't working label Apr 7, 2021
@alexmt alexmt added this to the v2.1 milestone Apr 7, 2021
rbreeze added a commit to rbreeze/argo-cd that referenced this issue Apr 8, 2021
rbreeze added a commit that referenced this issue Apr 8, 2021
yujunz added a commit to abcue/argo-cd that referenced this issue Apr 15, 2021
5bc7297 fix: bitbucket server failing diagnostics:ping (argoproj#6029) (argoproj#6034)
8f53bd5 fix: add helm dependencies with custom CA (argoproj#6003)
8fd6f13 docs: Custom resource actions (argoproj#5838)
8a2897d docs: update delete policy verbiage (argoproj#6025)
c847bd9 chore: remove Argo CD CRDs from namespaced install (argoproj#6022)
61080b3 docs: improve Orphaned Resources Monitoring with more examples and correct grammar (argoproj#6006)
8301d39 Adding explicit bind to redis and sentinel for IPv4 clusters argoproj#5957 (argoproj#6005)
12cabdf fix: adding tests for helm OCI registry (argoproj#5978)
9da9514 docs: Add Ant Group to the list of users (argoproj#6011)
5e34a8a add Polarpoint.io (argoproj#6010)
2f92777 chore: move access checks from api server to repo server (argoproj#5940)
ae2d0ff fix(ui): Unscheduled pods in node view are now visible. Fixes argoproj#5981 (argoproj#5988)
b003f70 docs: SealedSecret status missing on k8s 1.16+ (argoproj#5846)
445872f fix: use correct field for evaluating whether or not GitHub Enterprise is selected (argoproj#5987)
9afa833 chore: Make e2e tests runnable against remote cluster (argoproj#5895)
shubhamagarwal19 pushed a commit to shubhamagarwal19/argo-cd that referenced this issue Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants