Sticky

Welcome to Kasten K10 Community Support

  • 19 October 2021
  • 2 comments
  • 368 views

Userlevel 3
Badge +1
Hello everyone! Welcome to Kasten K10 Community Support!
The purpose of this group is to explore Kasten K10 product information, share experiences on product adoption and clarify any doubts or help needed - related to knowledge, installation or deployment troubleshooting.
Feel free to ask your K10 Support related questions and community members will provide the best possible solution or approach to those problems.
Here are some useful Kasten K10 Support related links

Support Policy and SLA Information: https://www.kasten.io/support-services-policy

Knowledge Base: https://kb.kasten.io/knowledge

Technical Documentation: https://docs.kasten.io/latest/


2 comments

I’m trying to backup Openshift Cluster through kasten but backup doesn’t happen and I’m confused what to do next.

I have deployed it through Helm command and Kasten version is 5.0.2 and Openshift version is 4.6.6

Yes I used admin id for installation.

Error -

[&DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2022-07-03 08:28:50 +0000 UTC,LastTransitionTime:2022-07-03 08:28:50 +0000 UTC,} &DeploymentCondition{Type:Progressing,Status:False,Reason:ProgressDeadlineExceeded,Message:ReplicaSet "catalog-svc-5f994799b9" has timed out progressing.,LastUpdateTime:2022-07-03 21:05:58 +0000 UTC,LastTransitionTime:2022-07-03 21:05:58 +0000 UTC,}]

[root@bastion ~]# oc get pods
NAME                                     READY   STATUS    RESTARTS   AGE
aggregatedapis-svc-586578bb5c-rvb65      1/1     Running   0          2d
auth-svc-5588654786-9fwq4                1/1     Running   0          2d
catalog-svc-5f994799b9-x2gsd             0/2     Pending   0          37h
controllermanager-svc-684855bc88-fk5dk   1/1     Running   1          2d
crypto-svc-54bc67455f-6wzk8              3/3     Running   1          2d
dashboardbff-svc-5b8c6c765d-kjwmt        1/1     Running   1          2d2h
executor-svc-6bff56b888-5hmjz            2/2     Running   1          2d2h
executor-svc-6bff56b888-lx87h            2/2     Running   0          2d2h
executor-svc-6bff56b888-z69sx            2/2     Running   1          2d
frontend-svc-55677dc74d-2z7j6            1/1     Running   0          2d
gateway-7899889467-7xptt                 1/1     Running   1          2d
jobs-svc-78df978655-tvr7s                0/1     Pending   0          2d2h
k10-grafana-856c5b7c67-2w845             0/1     Pending   0          2d2h
kanister-svc-58c57d6bd5-whvsm            1/1     Running   0          2d
logging-svc-548cd8d4cb-gfzj7             0/1     Pending   0          2d2h
metering-svc-6d495fc67b-29p2c            0/1     Pending   0          2d2h
prometheus-server-57f89ff746-b7nv7       0/2     Pending   0          2d2h
state-svc-5759d7b569-gss7q               2/2     Running   0          2d
[root@bastion ~]# oc get pvc
NAME                 STATUS    VOLUME              CAPACITY   ACCESS MODES   STORAGECLASS   AGE
jobs-pv-claim        Pending                                                                2d2h
k10-grafana          Pending                                                                2d2h
logging-pv-claim     Pending                                                                2d2h
metering-pv-claim    Pending                                                                2d2h
nfs-pvc-kasten-uat   Bound     nfs-pv-kasten-uat   200Gi      RWX            nfs            37h
prometheus-server    Pending                                                                2d2h

 

Comment