Why is everything broken #1390
Replies: 3 comments 1 reply
-
Hello @outbackdingo |
Beta Was this translation helpful? Give feedback.
-
@rahulreddy I started following the docs for installing Zenko and its required components few weeks ago, however, the docs are mostly out-of-date and the installation steps were scattered out and not very straight forward and I'm still struggling to install Zenko. I have a couple questions here:
|
Beta Was this translation helpful? Give feedback.
-
I came across this due to not finding the the chart that is mentioned in the instruction in the recent releases. But thats even more confusing as the "latest" docs state Zenko So this doesn't work as there is no chart. helm install --name my-zenko -f options.yaml zenko Only chart references I can find are to some sub charts in the release package. Following @rahulreddy's advice it looks like that last release with a helm chart is 1.2.3 which has the chart as an artifact for those looking for it. If your moving away from helm in v2, then does that mean people trying to upgrade in the future will have to do a fresh install in the new method? Or is it just a case that docs need updated with the latest 2.X install method? |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions