smart-edge-open / edgeapps

Applications that can be onboarded to an Intel® Smart Edge Open edge node.
Apache License 2.0
51 stars 73 forks source link

Issues in installing CDN Caching Helm Chart #21

Closed arpit6070 closed 4 years ago

arpit6070 commented 4 years ago
nginx
archie95 commented 4 years ago

Hi @amr-mokhtar , We found the solution to this issue. The problem is that in the example given (https://github.com/open-ness/edgeapps/tree/openness-20.06/applications/cdn-caching/nginx) the release name is taken as openness_cdn. We can't use underscore in release name. Rather we should either use '-' or keep it one word only all in small letters.

helm install -f --set-file nginx.http.server.ssl_cert_file= --set-file nginx.http.server.ssl_key_file=

helm install -f ./examples/sriov_nginx_values.yaml --set-file nginx.http.server.ssl_cert_file=$PWD/nginx.crt --set-file nginx.http.server.ssl_key_file=$PWD/nginx.key opennesscdn ./helm/

@cjnolan Request you to please make the necessary changes in the document. Thanks.

Regards, Archit

amr-mokhtar commented 4 years ago

Agree. this is a typo in the readme. You can use openness-cdn instead.

amr-mokhtar commented 4 years ago

The corresponding doc has been updated as part of PR: https://github.com/open-ness/edgeapps/pull/23