File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 37
37
38
38
with :
39
39
node_image : " kindest/node:v1.27.11"
40
+ - name : Remove AppArmor profile for mysql in KinD on GHA # https://github.com/kubeflow/manifests/issues/2507
41
+ run : |
42
+ set -x
43
+ sudo apt-get install apparmor-profiles
44
+ sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
40
45
- name : Load Local Registry Test Image
41
46
env :
42
47
IMG : " ${{ env.IMG_ORG }}/${{ env.IMG_REPO }}:${{ steps.tags.outputs.tag }}"
Original file line number Diff line number Diff line change 63
63
with :
64
64
node_image : " kindest/node:v1.27.11"
65
65
66
+ - name : Remove AppArmor profile for mysql in KinD on GHA # https://github.com/kubeflow/manifests/issues/2507
67
+ run : |
68
+ set -x
69
+ sudo apt-get install apparmor-profiles
70
+ sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
71
+
66
72
- name : Install kustomize
67
73
run : ./csi/scripts/install_kustomize.sh
68
74
Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ jobs:
126
126
with :
127
127
node_image : " kindest/node:v1.27.11"
128
128
cluster_name : chart-testing-py-${{ matrix.python }}
129
+ - name : Remove AppArmor profile for mysql in KinD on GHA # https://github.com/kubeflow/manifests/issues/2507
130
+ run : |
131
+ set -x
132
+ sudo apt-get install apparmor-profiles
133
+ sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
129
134
- name : Load Local Registry Test Image
130
135
env :
131
136
IMG : " ${{ env.IMG_ORG }}/${{ env.IMG_REPO }}:${{ steps.tags.outputs.tag }}"
You can’t perform that action at this time.
0 commit comments