All Projects → ctron → Kill Kube Ns

ctron / Kill Kube Ns

Kill a Kubernetes namespace suffering from being stuck in "Terminating"

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Kill Kube Ns

Origin
Conformance test suite for OpenShift
Stars: ✭ 8,046 (+6957.89%)
Mutual labels:  openshift
Train Ai With Django Swagger Jwt
Train AI (Keras + Tensorflow) to defend apps with Django REST Framework + Celery + Swagger + JWT - deploys to Kubernetes and OpenShift Container Platform
Stars: ✭ 66 (-42.11%)
Mutual labels:  openshift
S2i Dotnetcore
.NET Core OpenShift images
Stars: ✭ 94 (-17.54%)
Mutual labels:  openshift
Jaeger Openshift
Support for deploying Jaeger into OpenShift
Stars: ✭ 53 (-53.51%)
Mutual labels:  openshift
Openshiftv3 Ops Workshop
Workshop Materials for Operations
Stars: ✭ 60 (-47.37%)
Mutual labels:  openshift
Openshift Letsencrypt
Stars: ✭ 66 (-42.11%)
Mutual labels:  openshift
Gogs Openshift
gogs run on openshift
Stars: ✭ 41 (-64.04%)
Mutual labels:  openshift
Linchpin
ansible based multicloud orchestrator
Stars: ✭ 107 (-6.14%)
Mutual labels:  openshift
Cloud Native Labs
The Labs for Cloud Native Roadshow on OpenShift https://www.openshift.com/
Stars: ✭ 64 (-43.86%)
Mutual labels:  openshift
Deploy
Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform
Stars: ✭ 78 (-31.58%)
Mutual labels:  openshift
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+855.26%)
Mutual labels:  openshift
Heketi
RESTful based volume management framework for GlusterFS
Stars: ✭ 1,106 (+870.18%)
Mutual labels:  openshift
Openshift Cartridge Mongodb
Custom cartridge for OpenShift providing MongoDB > 3.2.
Stars: ✭ 70 (-38.6%)
Mutual labels:  openshift
Vscode Openshift Tools
Microsoft Visual Studio Code extension for OpenShift
Stars: ✭ 51 (-55.26%)
Mutual labels:  openshift
S2i Php Container
PHP container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running PHP applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 96 (-15.79%)
Mutual labels:  openshift
Istio Tutorial
Istio Tutorial for https://dn.dev/master
Stars: ✭ 1,025 (+799.12%)
Mutual labels:  openshift
Opencompose
OpenCompose - A higher level abstraction for Kubernetes Resource
Stars: ✭ 66 (-42.11%)
Mutual labels:  openshift
Arquillian Cube
Control (docker, kubernetes, openshift) containers in your tests with ease!
Stars: ✭ 110 (-3.51%)
Mutual labels:  openshift
Fabric8 Platform
Generates the distribution of the fabric8 microservices platform
Stars: ✭ 105 (-7.89%)
Mutual labels:  openshift
Docker Headless Vnc Container
Collection of Docker images with headless VNC environments
Stars: ✭ 1,176 (+931.58%)
Mutual labels:  openshift

kill-kube-ns

Kill a Kubernetes namespace/OpenShift project which is stuck in the state of "Terminating".

Also see: kubernetes/kubernetes#60807

This scripts automates the steps suggestes by some people on the comments of the issue.

Note: Use at your own risk! It works for me though.

Usage

./kill-kube-ns myproject

Note: You will need to be logged in to your cluster, and have the necessary permissions. Make sure that your port 8001 is available.

Pre-requisites

Your will need to have the following things installed:

  • bash
  • curl
  • jq
  • kubectl
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].