Skip to content
#

kubectl

Here are 972 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

help wanted lifecycle/frozen good first issue
vcluster
dannyt-cx
dannyt-cx commented Apr 18, 2022

Is your feature request related to a problem?

Hi Everyone,

This is the situation I'm facing.
I've loaded all the vcluster images in to my Artifactory using the supplied scripts in the releases.
Next I've supplied in the field:
defaultImageRegistry: myrepo.jfrog.io/docker

the issue being: when running the vcluster create command like this:
`vcluster create danny-1 --namespace danny

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
enhancement good first issue area/live triaged

🚀 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 Apr 16, 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