The Wayback Machine - https://web.archive.org/web/20220201174001/https://github.com/topics/kubectl
Skip to content
#

kubectl

Here are 939 public repositories matching this topic...

krew
ahmetb
ahmetb commented Nov 7, 2018

If a plugin's windows platform spec specifies something like bin: foo, we:

  1. copy the executable to plugin's installation dir as foo
  2. but we symlink it as kubectl-foo.exe on windows.

I am not at all sure that kubectl-foo.exe which points to foo (that has no .exe extension) can be executed. Can someone verify if this works or not?

Depending on that, (1) we need to make sure i

mortent
mortent commented Oct 14, 2021

We have a small number of e2e tests for kpt live (outside of the bash-based approach). They currently run in serial and requires that a new cluster is created for several of the tests. This causes them to be very slow.

We should improve this by:

  • Reduce the number of times we need to create a new kind cluster, as this takes ~1 minute. Tests should clean up after themselves and we can handle

🚀 Geodesic is a DevOps Linux Toolbox in Docker. We use it as an interactive cloud automation shell. It's the fastest way to get up and running with a rock solid Open Source toolchain. ★ this repo! https://slack.cloudposse.com/
  • Updated Feb 1, 2022
  • Shell

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