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

The loop is exited, but processing is not complete with status WorkloadNotUpToDate #207

Closed
veezhang opened this issue Jun 2, 2023 · 1 comment
Assignees
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected

Comments

@veezhang
Copy link
Contributor

veezhang commented Jun 2, 2023

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Your Environments (required)

  • OS: uname -a
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

apiVersion: apps.nebula-graph.io/v1alpha1
kind: NebulaCluster
metadata:
  creationTimestamp: "2023-06-02T10:43:15Z"
  generation: 3
  name: database-sample
  namespace: default
  ownerReferences:
  - apiVersion: apps.nebula-cloud.io/v1alpha1
    blockOwnerDeletion: true
    controller: true
    kind: Database
    name: database-sample
    uid: be588431-de6a-4c26-9f36-41ec5e8fc32a
  resourceVersion: "90021779"
  uid: f67710b1-121e-41fa-831c-9eb06966e3de
spec:
  enablePVReclaim: true
  exporter:
    image: vesoft/nebula-stats-exporter
    maxRequests: 40
    replicas: 1
    resources:
      limits:
        cpu: 200m
        memory: 256Mi
      requests:
        cpu: 50m
        memory: 64Mi
    version: v3.3.0
  graphd:
    config:
      auth_type: cloud
      cloud_http_url: nebula-cloud.inter
      enable_authorize: "true"
    image: vesoft/nebula-graphd
    replicas: 3
    version: v3.5.0
  imagePullPolicy: Always
  imagePullSecrets:
  - name: nebulacloud
  metad:
    dataVolumeClaim:
      resources:
        requests:
          storage: 2Gi
    image: vesoft/nebula-metad
    replicas: 3
    version: v3.5.0
  reference:
    name: statefulsets.apps
    version: v1
  schedulerName: default-scheduler
  storaged:
    dataVolumeClaims:
    - resources:
        requests:
          storage: 2Gi
    image: vesoft/nebula-storaged
    replicas: 3
    version: v3.5.0
  unsatisfiableAction: ScheduleAnyway
status:
  conditions:
  - lastTransitionTime: "2023-06-02T10:50:33Z"
    lastUpdateTime: "2023-06-02T10:50:33Z"
    message: Workload is in progress
    reason: WorkloadNotUpToDate
    status: "False"
    type: Ready
  graphd:
    phase: Running
    version: v3.4.0
    workload:
      collisionCount: 0
      currentRevision: database-sample-graphd-6fc7df956
      observedGeneration: 2
      readyReplicas: 3
      replicas: 3
      updateRevision: database-sample-graphd-f76bc5ff5
      updatedReplicas: 0
  metad:
    phase: Update
    version: v3.5.0
    workload:
      collisionCount: 0
      currentRevision: database-sample-metad-5774bf67dd
      observedGeneration: 5
      readyReplicas: 3
      replicas: 3
      updateRevision: database-sample-metad-5774bf67dd
      updatedReplicas: 1
  storaged:
    hostsAdded: true
    phase: Running
    version: v3.4.0
    workload:
      collisionCount: 0
      currentRevision: database-sample-storaged-745b886689
      observedGeneration: 2
      readyReplicas: 3
      replicas: 3
      updateRevision: database-sample-storaged-86977c6876
      updatedReplicas: 0
  version: 3.5.0

Expected behavior

Additional context

@veezhang veezhang added the type/bug Type: something is unexpected label Jun 2, 2023
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Jun 2, 2023
@MegaByte875
Copy link
Contributor

#277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants