Source: https://stackoverflow.com/questions/52369247/namespace-stuck-as-terminating-how-do-i-remove-it
TL;DR:
- Checking if any apiservice is unavailable and hence doesn't serve its resources:
kubectl get apiservice|grep False
Source: https://stackoverflow.com/questions/52369247/namespace-stuck-as-terminating-how-do-i-remove-it
TL;DR:
kubectl get apiservice|grep False
base64 -w 0 id_rsa > id_rsa_flat |
jx promote --app app-name --version 0.0.23 --env staging |
# Without namespace | |
kubectl exec -it <pod name> -- sh | |
# With namespace | |
kubectl exec -it -n jx-staging <pod name> -- sh |
@index({ field1: 'text', field2: 'text' })
I hereby claim:
To claim this, I am signing this object:
gpg --export [email protected] > my_key.pub
The file can then be shared to other people.
ssh-keygen -f key.pub -e -m pem |
ssh-keygen -t rsa -b 4096 -C "[email protected]" |
# Source: https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/#install-docker-ce | |
$ sudo apt-get update | |
$ sudo apt-get install \ | |
apt-transport-https \ | |
ca-certificates \ | |
curl \ | |
software-properties-common | |