Skip to content
#

kubectl

Here are 847 public repositories matching this topic...

krew
goafabric
goafabric commented Jan 14, 2021

Following this Process:
https://krew.sigs.k8s.io/docs/user-guide/setup/install/

Krew just fails directliy with:
0114 13:48:16.421460 7059 root.go:79] failed to retrieve plugin indexes: failed to list the remote URL for index .DS_Store: command execution failure, output="": fork/exec /usr/local/bin/git: not a directory

Envirnomnet:

  • Macos Big Sur
  • zsh

git is accessible , as well a

fntlnz
fntlnz commented Feb 17, 2019

We use kind for integration tests against a kubernetes cluster. We now have a dirty hack to load the built images into the kind docker daemon since when we started using it kind was at a very early stage and didn't have the load command. Now the load command is available so we can just replace the hack with it!

Docs here
https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-y

mortent
mortent commented May 3, 2021

Expected behavior

Formatting configs would not break yaml docs that includes anchors and references.

Actual behavior

Running the kpt fn render command on a configuration that includes anchors and references ends up putting the anchors before the references in the yaml, thereby making the yaml invalid.

Information

Steps to reproduce the behavior

kpt pkg get https:

Improve this page

Add a description, image, and links to the kubectl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kubectl topic, visit your repo's landing page and select "manage topics."

Learn more