Alexandr D.
Alexandr D.
I mean there is no compiled binary for darwin arm64 https://github.com/helm/helm-mapkubeapis/releases/tag/v0.3.0 so when I install the plugin on Mac M1 it is installed for amd64 and uses Rosetta emulation.
@flimzy Thanks for the quick answer! I'm developing an internal k8s operator that is responsible for a couchdb's lifecycle. So when a new node has come to a k8s cluster...
@flimzy I'll take a look at [chttp](https://pkg.go.dev/github.com/go-kivik/[email protected]+incompatible/chttp), thanks for sharing this! I think it is up to you what should be opened to a client consumer :) Because now I...
@flimzy Anyway I just use curl and then do whatever I need with json :) Thanks for help!
@FeLvi-zzz I just rebuilt it from master
Hello. Any updates?
Nvm, I found that code doesn't contain something like that. I'll implement it myself
+1 Does anyone have a workaround?
@fernaspiazu Thanks, it works. I have only two lines (brew already sources completion in my case): ``` alias k=kubecolor complete -o nospace -C /usr/local/bin/kubecolor kubecolor ```
@csmarchbanks Thanks, it works!