Loading tutorial/1-3-deploy-tfs.md +94 −88 Original line number Diff line number Diff line Loading @@ -39,6 +39,12 @@ cd ~/tfs-ctrl git checkout develop ``` __Important__: During the elaboration and validation of the tutorials, you should checkout branch "feat/microk8s-deployment". Otherwise, you will not have important files such as "my_deploy.sh" or "deploy.sh". As soon as the tutorials are completed and approved, we will remove this note and merge the "feat/microk8s-deployment" into "develop" and later into "master", and then the previous step will be effective. ## 1.3.4. Prepare a deployment script with the deployment settings Create a new deployment script, e.g., `my_deploy.sh`, adding the appropriate settings as follows. This script, by Loading Loading
tutorial/1-3-deploy-tfs.md +94 −88 Original line number Diff line number Diff line Loading @@ -39,6 +39,12 @@ cd ~/tfs-ctrl git checkout develop ``` __Important__: During the elaboration and validation of the tutorials, you should checkout branch "feat/microk8s-deployment". Otherwise, you will not have important files such as "my_deploy.sh" or "deploy.sh". As soon as the tutorials are completed and approved, we will remove this note and merge the "feat/microk8s-deployment" into "develop" and later into "master", and then the previous step will be effective. ## 1.3.4. Prepare a deployment script with the deployment settings Create a new deployment script, e.g., `my_deploy.sh`, adding the appropriate settings as follows. This script, by Loading