How To Install A Specific Shield Version¶
Warning
この方法は、Ericom社がワールドワイドでリリースしている最新バージョンを導入するための手順です。参考としてそのまま記載を残しています。日本では独自にサポート可能なバージョンを限定してリリースしています。そのため、shield-setup.sh および shield-update.sh によって導入可能なものだけがサポート対象です。下記のドキュメントについては、サポート対象外ですご了承ください。
It is possible to install a specific version of Shield.
To discover which versions are available run:
helm search -l shield
To install a specific version:
Retrieve the Shield Repository from the specific path (replacing the <VERSION> with the desired one, e.g. Rel-20.01.2):
curl -s -o add-shield-repo.sh https://raw.githubusercontent.com/EricomSoftwareLtd/Shield/<VERSION>/Kube/scripts/add-shield-repo.sh chmod +x add-shield-repo.sh ./add-shield-repo.sh -p <PASSWORD>
Retrieve the deploy-shield.sh from the specific path (replacing the <VERSION> with the desired one, same as the above):
curl -s -o deploy-shield.sh https://raw.githubusercontent.com/EricomSoftwareLtd/Shield/<VERSION>/Kube/scripts/deploy-shield.sh chmod +x deploy-shield.sh ./deploy-shield.sh
For more details about these services, see here.