Upadting the prefix numbering
apparmor must be configured before minikube so we can see the apparmor changes Change-Id: I94d5e6fefaad4256b0611a09c014d79893260daa
This commit is contained in:
parent
b215e56a85
commit
88dd435a79
@ -90,6 +90,19 @@ Alternatively, this step can be performed by running the script directly:
|
|||||||
|
|
||||||
./tools/deployment/airskiff/developer/000-clone-dependencies.sh
|
./tools/deployment/airskiff/developer/000-clone-dependencies.sh
|
||||||
|
|
||||||
|
Setup AppArmor
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. literalinclude:: ../../tools/deployment/airskiff/developer/009-setup-apparmor.sh
|
||||||
|
:language: shell
|
||||||
|
:lines: 1,18-
|
||||||
|
|
||||||
|
Alternatively, this step can be performed by running the script directly:
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
./tools/deployment/airskiff/developer/009-setup-apparmor.sh
|
||||||
|
|
||||||
Deploy Kubernetes with Minikube
|
Deploy Kubernetes with Minikube
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -103,19 +116,6 @@ Alternatively, this step can be performed by running the script directly:
|
|||||||
|
|
||||||
./tools/deployment/airskiff/developer/010-deploy-k8s.sh
|
./tools/deployment/airskiff/developer/010-deploy-k8s.sh
|
||||||
|
|
||||||
Setup AppArmor
|
|
||||||
~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
.. literalinclude:: ../../tools/deployment/airskiff/developer/015-setup-apparmor.sh
|
|
||||||
:language: shell
|
|
||||||
:lines: 1,18-
|
|
||||||
|
|
||||||
Alternatively, this step can be performed by running the script directly:
|
|
||||||
|
|
||||||
.. code-block:: shell
|
|
||||||
|
|
||||||
./tools/deployment/airskiff/developer/015-setup-apparmor.sh
|
|
||||||
|
|
||||||
Restart your shell session
|
Restart your shell session
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -30,15 +30,15 @@
|
|||||||
args:
|
args:
|
||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
|
|
||||||
- name: Deploy Kubernetes with Minikube
|
- name: Setup AppArmor
|
||||||
shell: |
|
shell: |
|
||||||
./tools/deployment/airskiff/developer/010-deploy-k8s.sh
|
./tools/deployment/airskiff/developer/009-setup-apparmor.sh
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
|
|
||||||
- name: Setup AppArmor
|
- name: Deploy Kubernetes with Minikube
|
||||||
shell: |
|
shell: |
|
||||||
./tools/deployment/airskiff/developer/015-setup-apparmor.sh
|
./tools/deployment/airskiff/developer/010-deploy-k8s.sh
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user