Giter Club home page Giter Club logo

eks-cert's Introduction

  1. helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
  2. helm repo update
  3. kubectl get nodes
  4. helm install my-nginx ingress-nginx/ingress-nginx
  5. kubectl get ingressClass
  6. kubectl delete -A ValidatingWebhookConfiguration my-nginx-ingress-nginx-admission

nginx k8s.io/ingress-nginx 4m43s

  1. helm repo add kcert https://nabsul.github.io/helm
  2. helm install kcert kcert/kcert --namespace kcert --create-namespace --set acmeEmail=[email protected] --set acmeDirUrl=https://acme-v02.api.letsencrypt.org/directory --set acmeTermsAccepted=true --version 1.0.6

DNS cache clean

  1. sudo systemd-resolve --flush-caches
  2. sudo systemd-resolve --statistics

To delete all the resources you've installed using Helm, you can follow these steps:

  1. Get a list of releases with the following command:
helm list
  1. Delete each release one by one using the following command:
helm delete my-nginx

       Replace with the name of each release listed in the previous step. Repeat this step for each release until you've deleted all of them. 3. Once all releases are deleted, you can also delete the ingress-nginx Helm repository. Run:

helm repo remove ingress-nginx
  1. These steps will help you delete all the resources installed using Helm and remove the ingress-nginx repository if desired.

eks-cert's People

Contributors

sagarops avatar

Stargazers

 avatar

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.