Brian Pursley
Brian Pursley
> @brianpursley @VirrageS, so is it ok that change like this? > > ```go > return "", fmt.Errorf("you cannot rollback a paused deployment; resume it first with 'kubectl rollout resume'...
/retitle Remove specific command suggestion from kubectl rollout undo error message
/lgtm /approve Thanks @lojies
/remove-lifecycle stale
/remove-lifecycle rotten
If you can use [jq](https://stedolan.github.io/jq/), you can try something like this to build your own csv output: ``` kubectl get pod -o json | jq -r '["Name","Phase","Containers","ReadyContainers"],(.items[] | [.metadata.name, .status.phase,...
This may be difficult to implement and we are in the process of migrating from SPDY to Websockets, so the timing might not be good for implementing this at the...
> @brianpursley what is SPDY? [SPDY](https://en.m.wikipedia.org/wiki/SPDY) is an obsolete protocol. Here is the KEP for more information about the work being done to replace it with Websockets. https://github.com/kubernetes/enhancements/issues/4006
> It is easier to declare the things that require authorization than add authorization for everything and then poke holes. I guess it depends on your application, but it's not...
I find it curious that individually it replaces `my-placeholder` #### Just overlay/a ``` $ kustomize build overlay/a apiVersion: v1 kind: Namespace metadata: name: namespace-a --- apiVersion: monitoring.coreos.com/v1 kind: Prometheus metadata:...