Code Monkey home page Code Monkey logo

Comments (5)

TheRealHaoLiu avatar TheRealHaoLiu commented on September 26, 2024

awx repo does not handle the installation of awx, please open this issue on awx-operator repo.

also... not sure if this is possible...

from awx.

rooftopcellist avatar rooftopcellist commented on September 26, 2024

@wangzhihaocom do you mind opening this issue in the awx-operator repo?

FYI, for anyone stumbling upon this issue, a work-around for now to delete everything awx related in the namespace except the namespace itself is to run:

kubectl kustomize . | sed '/kind: Namespace/,+5d' | kubectl delete -f -

from awx.

wangzhihaocom avatar wangzhihaocom commented on September 26, 2024

sure I will open it

from awx.

wangzhihaocom avatar wangzhihaocom commented on September 26, 2024

@rooftopcellist here it is ansible/awx-operator#1864

from awx.

wangzhihaocom avatar wangzhihaocom commented on September 26, 2024

@rooftopcellist I am using this command to delete the AWX resources, the resources got deleted but I got some error at the end . so that my gitlab CICD job failed. Is this command correct?

kubectl kustomize . | sed '/kind: Namespace/,+5d' | kubectl delete -f -

customresourcedefinition.apiextensions.k8s.io "awxbackups.awx.ansible.com" deleted customresourcedefinition.apiextensions.k8s.io "awxmeshingresses.awx.ansible.com" deleted customresourcedefinition.apiextensions.k8s.io "awxrestores.awx.ansible.com" deleted customresourcedefinition.apiextensions.k8s.io "awxs.awx.ansible.com" deleted serviceaccount "awx-operator-controller-manager" deleted role.rbac.authorization.k8s.io "awx-operator-awx-manager-role" deleted role.rbac.authorization.k8s.io "awx-operator-leader-election-role" deleted clusterrole.rbac.authorization.k8s.io "awx-operator-metrics-reader" deleted clusterrole.rbac.authorization.k8s.io "awx-operator-proxy-role" deleted rolebinding.rbac.authorization.k8s.io "awx-operator-awx-manager-rolebinding" deleted rolebinding.rbac.authorization.k8s.io "awx-operator-leader-election-rolebinding" deleted clusterrolebinding.rbac.authorization.k8s.io "awx-operator-proxy-rolebinding" deleted configmap "awx-operator-awx-manager-config" deleted secret "awx-admin-password" deleted secret "awx-postgres-configuration" deleted service "awx-operator-controller-manager-metrics-service" deleted deployment.apps "awx-operator-controller-manager" deleted ingress.networking.k8s.io "awx" deleted Error from server (NotFound): error when deleting "STDIN": the server could not find the requested resource (delete awxs.awx.ansible.com awx)

from awx.

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.