Skip to content
#

kubectl-plugins

Here are 192 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
moco
ymmt2005
ymmt2005 commented May 16, 2022

What

Taking a backup of a MySQL instance is often resource-consuming.
It would be great if users of MOCO can avoid running backup / restore Pods on the same host in parallel.

How

Add affinity stanza to jobConfig kind and set the affinity to the Pod template of Jobs.

An example BackupPolicy would be like this:

apiVersion: moco.cybozu.com/v1beta2
kind: BackupPolicy
enhancement good first issue
patrickdappollonio
patrickdappollonio commented Nov 11, 2021

Now that --include-kind and --include-name and their --exclude-* counterparts are in, as well as supporting globs on either of them, I should add:

  • --include: to include any resource based on the format ${kind}/${name}
  • --exclude: to do the opposite

That way, you can do any of these queries:

kubectl-slice --include "deployment/*"
kubectl-slice --exclude "c
enhancement good first issue community-feedback

Improve this page

Add a description, image, and links to the kubectl-plugins 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-plugins topic, visit your repo's landing page and select "manage topics."

Learn more