Giter VIP home page Giter VIP logo

Comments (5)

ahmetb avatar ahmetb commented on August 16, 2024

The "write commands" are relatively low % of the list. Namely only "delete" commands can benefit from this, and I am not sure if one would actually benefit that much from dry-run=client deletion. :)

Please explain which one of the commands would benefit from this.

from kubectl-aliases.

buckleyGI avatar buckleyGI commented on August 16, 2024

The CKAD exam is also and exercise in creating objects quickly as you will not pass it if you type out all the yaml.

So we are drilled with using imperative commands to quickly constuct resource.

Some examples
k create deploy x --image x --dry-run=client -o yaml > x.yaml

Now we are free to first edit the file for properties which aren't available at the command line e.g. adjust the container name, specify a service account etc

k run x --image x --expose --port 80 --dry-run=client -o yaml > x.yaml

Bam, now we have a pod and a service at the same time and ready to be edited/tweaked before applying

With some kubectl-aliases both scenario's would translate to


kcdepdryoyaml x --image x > x.yaml

krdryoyaml x --image x --expose --port 80 > x.yaml

And now, when I'm writing this out, I see that the command 'create' and 'run' are not supported at the moment.
Were these intentionally left out?

Maybe you want to keep a more narrow focus with this project?

from kubectl-aliases.

buckleyGI avatar buckleyGI commented on August 16, 2024

I was under the impression that this project reflected over the cli command/options programmatically, generated the abbreviation, reported on duplicates that needed disambiguation, and then either blocklisted certain combinations or translated commands/options to aliases that removes the ambiguity as was done with the following instance
d=describe
d=>rm=delete

from kubectl-aliases.

ahmetb avatar ahmetb commented on August 16, 2024

You're right but this project only has delete command's aliases where dry run can apply. And is it that much valuable there?

We don't offer programmatically generated aliases for create/apply really.

from kubectl-aliases.

buckleyGI avatar buckleyGI commented on August 16, 2024

Dry run for the delete command doesn't add value IMO.

If it is not the desire to have the create/run/expose commands in scope I suggest we close this issue. If you think this has a place I can start contributing.

from kubectl-aliases.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.