Skip to content
Snippets Groups Projects
Commit 3a68e594 authored by Luca Morandini's avatar Luca Morandini
Browse files

- Added staff's SSH public keys

- Improved cluster removal instructions
parent 8f966cfe
Branches
No related tags found
No related merge requests found
......@@ -158,6 +158,9 @@ The public SSH key file is the same as the keypair added to the project during t
Plese note that the private SSH key in the command above is the same as the one used to create the bastion node, while
the public key file is the keypair for all the other team members.
- Add staff's public SSH keys to the bastion node
Use the instructions above to add the staff's public SSH keys. The two public SSH keys are
contained in the `yaopan_pubkey.pem` and `lmorandini_pubkey.pem` files of the `installation` directory.
## Accessing the Kubernetes Cluster
......@@ -381,6 +384,8 @@ THIS SHOULD BE DONE ONLY IN CASE OF A SERIOUS MISTAKE THAT PREVENTS USE OF THE C
## Fission removal
```shell
export FISSION_VERSION='1.20.0'
for e in $(kubectl get function -o=name) ; do
kubectl delete ${e}
done
......@@ -428,4 +433,6 @@ helm uninstall elasticsearch -n elastic
```shell
openstack port delete $(openstack port show -f value -c id elastic-bastion)
openstack coe cluster delete elastic
openstack server delete bastion
openstack volume list -f value -c ID | xargs -i openstack volume delete {}
```
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQD0tODtSfF5ABVer3ShSiU+N/aQL4poqCt4KBtaqELMaXhIoaW47R6aWM4TBVwB5jj0IIo69H7+In5/8wLD7Fj51LyTH0cNbzKyAjRlf19lyzPNhiP70OaqXQW2LA/IsOtXVp9amwlyJYqDYBxZjeo8rVfpACZx45noPuVQZ0hgiTKv9nxwDQNLDzAeVIJpAjDderknPSFEddsJGHDCBoXZqNQb5ABTLrYjdAMVUhB9Bd5cC5cc17CguGQ18AsaUbONu03yS8A3SmT7BsKsurM6Kx0kxGN0itaPCHJbF2UFs1351CURZgAW7KRJ5P6jTbUgpQfKFU9P3ofvqzHzalnODNHBW4EtHsweVd3GjF+GmJJjhyEP6bYFVJ8UusBvnEpRSKF94vpEVnh+j+mjJkYK5AItnfLpoRVDxSYbLrhzCkFo3HPaa3KdZidSGP3dpeOjlvbuOaL369+JUvsQdWl/Mgk920zR8KwQQQdASJaJcFSCvbh5BGQIPKOsgiqoRporfX4ZXZNtpPeZRyMbSvHXaYZEB3ge2sovnhcsPlYlrJunw/Oo9It75bxTE+q4WohrpYUiJK/8Us1k9op+qX7TjA5qd7P+4K1xOiVL+rxIP0fyEmO+Rx43XoqZr87f6Yad66lVdgJw0+b5zRXWFoDTR7Y8m17vYJq3zeC+8YkqAw== lmorandini@isenbrandt
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKVzlJPcB0TISqUGyErQlAse+D76VnT/7eTLMkmlqw3Ox+a2PxQCxCx7xMGMHASn9vyiHQp1qL4HtEZuNzE63JID4w2cinaZRykF9XfZXm2PlVECQOqR8/j+ASRMFW3F4iZZyYb08yNH8UFFfb2chR1Was1abV8cLqN+gz2fE3xtYzxvCwrK4FMdLeSIe56CXl30K4DRG6eYfAjcQoPIigO6Uk5SNC2sj/QXInHUNHee0GIxRmQIzYp54qOL10GwoC8hgtCAUUNLBd1CVU3zRU7SBrblkzXLrWfRkgeKsb8UkMwCXd3cJPQTi8iBsLSnmi8TTjR926s95hkVAkIHwj yao.pan@unimelb.edu.au
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment