oracle-cne / ocne

The Oracle Cloud Native Environment CLI
Universal Permissive License v1.0
1 stars 0 forks source link

Cluster-info.out for redacted cluster dump has an incomplete output #15

Closed George-Aeillo closed 4 weeks ago

George-Aeillo commented 1 month ago

Summary It was seen the cluster-info.out for a redacted cluster dump has an incomplete output, compared to the un-redacted cluster dump. This is not ideal and the outputs should be identical, other than the redacted values themselves.

Steps to Reproduce

  1. Do a cluster dump with the --no-redaction flag set on a live cluster
  2. Do a cluster dump on a live cluster and compare the results

Expected Results

Cluster Summary:
  control plane nodes: 1
  worker nodes: 0
  nodes with available updates: 0

Nodes:
  Name                  Role            State   Version         Update Available
  ----                  ----            -----   -------         ----------------
  REDACTED-dd54744      control plane   Ready   v1.29.3+3.el8   false

Node: REDACTED-dd54744c
  Registry and tag for ostree patch images:
    registry: sample-registry
    tag: 1.29
    transport: ostree-unverified-registry
  Ostree deployments:
 ...

Actual Results:

Cluster Summary:
  control plane nodes: 1
  worker nodes: 0
  nodes with available updates: 0

Nodes:
  Name                  Role            State   Version         Update Available
  ----                  ----            -----   -------         ----------------
  REDACTED-dd54744c     control plane   Ready   v1.29.3+3.el8   false

References Reported By - George Aeillo