ckube icon indicating copy to clipboard operation
ckube copied to clipboard

A cli to simplify working with kubectl for some common workflows

Results 3 ckube issues
Sort by recently updated
recently updated
newest added

Hi, Hi have two containers , but ckube ask me for choose one container on tail logs : ``` ckube logs gr-wss-6015 error running command: kubectl [logs --tail -1 gr-wss-6015-79b4c48fb4-9rbpt]...

This PR changes the way the client config is loaded to more similar in how it works for `kubectl`. In particular this allows to have multiple kubeconfig files referenced in...

Add additional flags and support based on the features in kubectl: For `logs`: tail, since, container (-c) For `exec`: container (-c)