kubedog icon indicating copy to clipboard operation
kubedog copied to clipboard

Library to watch and follow kubernetes resources in CI/CD deploy pipelines

Results 56 kubedog issues
Sort by recently updated
recently updated
newest added

``` 11:16:50 │ │ php-ml-msql 1/1 0 1 11:16:50 │ │ │ POD READY RESTARTS STATUS --- 11:16:50 │ │ └── ml-msql-0 0/1 0 CreateContainerConf Waiting for: ready 0->1 11:16:50...

Hi! I'm fairly new to the kubernetes world. I was wondering if it would be feasible to add service tracking to Kubedog? I'm using it in the Dokku world for...

The default multitrack.Multitrack log is the standard output, How to save kubedog output information to a variable?

Colorize pods logs or change log-block appearance to highlight logging block and separate it from status-progress block and other info.

how can i debug multitrack use goland ? ![image](https://user-images.githubusercontent.com/24262176/151113336-08eef0f5-e62b-4cb8-be8b-73214f95c603.png)

Hi, Flagger is a great tool for performing automated canary deployments in k8s: https://github.com/weaveworks/flagger/ Is it possible to support the flagger canary custom resource so that kubedog will output the...

Within the status progress, the pod names are always cut off: ```sh ┌ Status progress │ STATEFULSET REPLICAS READY UP-TO-DATE │ prometheus-server 2/2 1->2 2 │ │ POD READY RESTARTS...

Hi, [Argo Rollouts](https://argoproj.github.io/argo-rollouts/) is a Kubernetes controller and set of CRDs which provide advanced deployment capabilities such as blue-green, canary, canary analysis, experimentation, and progressive delivery features to Kubernetes. Is...

When a replicaset fails to create a pod kubedog does not detect the errors and does not fail the progress. Examples: ``` Conditions: Type Status Reason ---- ------ ------ ReplicaFailure...

When a pod has a volume mount error, kubedog prints the error but does not recognize this as a failure: ``` │ my-deploy 2/1 1 1 │ │ POD READY...