You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by outbackdingo November 12, 2021
document states
Go to https://github.com/Scality/Zenko/releases and download the latest stable version of Zenko.
Unzip or gunzip the file you just downloaded and change to the top-level (Zenko) directory.
Configure with options.yaml
Create an options.yaml file in Zenko/kubernetes/ to store deployment parameters. Enter the following parameters:
Discussed in #1390
Originally posted by outbackdingo November 12, 2021
document states
Go to https://github.com/Scality/Zenko/releases and download the latest stable version of Zenko.
Unzip or gunzip the file you just downloaded and change to the top-level (Zenko) directory.
Configure with options.yaml
Create an options.yaml file in Zenko/kubernetes/ to store deployment parameters. Enter the following parameters:
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 0
hosts:
- zenko.local
cloudserver:
endpoint: "zenko.local"
however there is no kubernetes directory
❯ cd Zenko-2.1.4
❯ ls -al
total 36
drwxrwxr-x. 1 dingo dingo 248 Nov 12 09:33 .
drwx--x---+ 1 dingo dingo 4628 Nov 12 10:17 ..
-rw-rw-r--. 1 dingo dingo 16 Nov 12 02:29 .dockerignore
drwxrwxr-x. 1 dingo dingo 164 Nov 12 02:29 docs
-rw-rw-r--. 1 dingo dingo 24 Nov 12 02:29 .eslintrc
drwxrwxr-x. 1 dingo dingo 88 Nov 12 02:29 eve
drwxrwxr-x. 1 dingo dingo 100 Nov 12 02:29 .github
-rw-rw-r--. 1 dingo dingo 155 Nov 12 02:29 .gitignore
-rw-rw-r--. 1 dingo dingo 10753 Nov 12 02:29 LICENSE
-rw-rw-r--. 1 dingo dingo 2142 Nov 12 02:29 README.md
-rw-rw-r--. 1 dingo dingo 506 Nov 12 02:29 .readthedocs.yml
drwxrwxr-x. 1 dingo dingo 222 Nov 12 02:29 res
drwxrwxr-x. 1 dingo dingo 84 Nov 12 02:29 solution
drwxrwxr-x. 1 dingo dingo 58 Nov 12 02:29 solution-base
drwxrwxr-x. 1 dingo dingo 218 Nov 12 02:29 tests
-rw-rw-r--. 1 dingo dingo 76 Nov 12 02:29 VERSION
The text was updated successfully, but these errors were encountered: