kubernetes-apim
kubernetes-apim copied to clipboard
README.md of scenario-2 needs to be updated for the latest versions
Some commands in the doc (Scenario-2) seems to be outdated and not fit for the deployment. Two main commands needs to be updated.
-
helm repo add stable https://kubernetes-charts.storage.googleapis.comgives an error. This has to be replaced withhelm repo add stable https://charts.helm.sh/stable

-
helm install nfs-provisioner stable/nfs-server-provisionercreates a storage which is not sufficient for the deployment. This has to be replaced withhelm install stable/nfs-server-provisioner --set persistence.enabled=true,persistence.size=21Gi --generate-name. Here we can use a value more than 20GB for the persistence.size parameter as mysql requires more than 20GB.
OS - Ubuntu 20.04.1 LTS Kernel Version - Linux 5.4.0-52-generic Kubectl Version - 1.19 Helm Version - 3.4.0