GithubHelp home page GithubHelp logo

cluster-agent-tool's People

Contributors

patrick0057 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cluster-agent-tool's Issues

Feature Request: flag to delete all rancher-agents

  1. Create function / option to delete all rancher agents.
docker ps -a | grep rancher-agent | awk '{print $1}' | xargs docker stop; docker stop kubelet ; docker stop kube-proxy && sleep 1
docker ps -a | grep rancher-agent | awk '{print $1}' | xargs docker rm

fork jq

Fork working copy of jq so that upstream changes don't potentially break the script

jq

remove jq dependency

improve -s option

setup regex to cleanup input for -s so that you can use just the hostname, have a trailing / or not and also use https:// or http://

modularize kubeconfig component

At the moment I have baked in most of kubecert.sh into this script to make things easier. This isn't really all that efficient as if something changes in how we get our kubeconfig for the local cluster, I need to update two scripts now.

I need to set up the script so that it downloads kubecert from github and runs it rather than performs the function itself.

incorrect rancher URL error message

Create a friendlier error message when the Rancher URL returns default backend instead of the expected reply.

This can happen when a user is updating their server URL but only changed it on the helm upgrade command and not in the web interface "settings" section.

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.