openebs / openebsctl

`openebsctl` is a kubectl plugin to manage OpenEBS storage components.
Apache License 2.0
30 stars 21 forks source link

[upgrade job] CSPC Pools #134

Closed Abhishek-kumar09 closed 2 years ago

Abhishek-kumar09 commented 3 years ago

Signed-off-by: Abhishek-kumar09 abhimait1909@gmail.com

$ ./k upgrade --cas-type cstor

Fetching CSPC control plane and Data Plane Version
Current Version: 2.12.0
Desired Version: 3.0.0
Previous job failed.
Reason:  BackoffLimitExceeded
Creating a new Job with name: cstor-cspc-upgrade-vfn87
Creating Dry-run job...
metadata:
  creationTimestamp: null
  generateName: cstor-cspc-upgrade-
  labels:
    cas-type: cstor
    name: cstor-cspc-upgrade
  namespace: openebs
spec:
  backoffLimit: 4
  template:
    metadata:
      creationTimestamp: null
    spec:
      containers:
      - args:
        - cstor-cspc
        - --from-version=2.12.0
        - --to-version=3.0.0
        - --v=4
        - cstor-storage
        env:
        - name: OPENEBS_NAMESPACE
          valueFrom:
            fieldRef:
              fieldPath: metadata.namespace
        image: openebs/upgrade:3.0.0
        imagePullPolicy: IfNotPresent
        name: upgrade-cstor-cspc-go
        resources: {}
      restartPolicy: OnFailure
      serviceAccountName: openebs-maya-operator
status: {}

Continue?: y
Creating a batch job...
Job Created successfully:  
codecov-commenter commented 3 years ago

Codecov Report

Merging #134 (38784ae) into develop (92f3001) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #134   +/-   ##
========================================
  Coverage    68.35%   68.35%           
========================================
  Files           25       25           
  Lines         2051     2051           
========================================
  Hits          1402     1402           
  Misses         634      634           
  Partials        15       15           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 92f3001...38784ae. Read the comment docs.

Abhishek-kumar09 commented 3 years ago

@vharsh up for review.

Abhishek-kumar09 commented 3 years ago

This can also be added to the project board.

Abhishek-kumar09 commented 2 years ago

Changes done.