generated from phoenix-oss/tenant-tpl
Initial commit
This commit is contained in:
commit
3090bae888
12 changed files with 270 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Welcome to your tenant-demo tenant
|
||||
|
||||
## Usefull links
|
||||
|
||||
* [Get me to my Namespace](https://console-openshift-console.apps.production.kvant.cloud/k8s/cluster/projects/tenant-tpl)
|
||||
* [WIKI](https://git.kvant.cloud/phoenix/tenant-tpl/wiki/Tenant--Wiki)
|
||||
|
||||
## Command cheatsheet
|
||||
|
||||
* Get all your tenant ressources from flux
|
||||
|
||||
```shell
|
||||
|
||||
$ flux get all -n tenant-tpl
|
||||
|
||||
```
|
||||
* Get all your tenant ressources from openshift
|
||||
|
||||
```shell
|
||||
|
||||
$ oc get all -n tenant-tpl
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue