@@ -68,7 +68,7 @@ openssl version
6868Download and extract the latest release automatically (Windows):
6969
7070``` PowerShell
71- $script = curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/install-3.3 .ps1
71+ $script = curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/install-3.4 .ps1
7272
7373Invoke-Expression $($script.Content)
7474```
@@ -93,8 +93,8 @@ writing RSA key
9393[OK] label secret abcdesktopjwtdesktoppayload
9494[OK] label secret abcdesktopjwtdesktopsigning
9595[OK] label secret abcdesktopjwtusersigning
96- [OK] downloaded source https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/abcdesktop-3.3 .yaml
97- [OK] downloaded source https://raw.githubusercontent.com/abcdesktopio/conf/main/reference/od.config.3.3
96+ [OK] downloaded source https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/abcdesktop-3.4 .yaml
97+ [OK] downloaded source https://raw.githubusercontent.com/abcdesktopio/conf/main/reference/od.config.3.4
9898[OK] kubectl create configmap abcdesktop-config --from-file=od.config -n abcdesktop
9999[OK] label configmap abcdesktop-config abcdesktop/role=pyos.config
100100role.rbac.authorization.k8s.io/pyos-role created
@@ -161,16 +161,16 @@ You can open a web browser and go to the http://localhost:30443/
161161
162162## Change the default namespace
163163
164- You may need to replace the default namespace ` abcdesktop ` by your own. The ` install-3.3 .ps1 ` PowerShell script allows you to set the new namespace as an option.
164+ You may need to replace the default namespace ` abcdesktop ` by your own. The ` install-3.4 .ps1 ` PowerShell script allows you to set the new namespace as an option.
165165
166166``` PowerShell
167- curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/install-3.3 .ps1 -OutFile install-3.3 .ps1
167+ curl https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/install-3.4 .ps1 -OutFile install-3.4 .ps1
168168```
169169
170- Run ` install-3.3 .ps1 `
170+ Run ` install-3.4 .ps1 `
171171
172172``` PowerShell
173- .\install-3.3 .ps1 --namespace superdesktop
173+ .\install-3.4 .ps1 --namespace superdesktop
174174```
175175
176176You should read on stdout
@@ -193,8 +193,8 @@ writing RSA key
193193[OK] label secret abcdesktopjwtdesktoppayload
194194[OK] label secret abcdesktopjwtdesktopsigning
195195[OK] label secret abcdesktopjwtusersigning
196- [OK] downloaded source https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/abcdesktop-3.3 .yaml
197- [OK] downloaded source https://raw.githubusercontent.com/abcdesktopio/conf/main/reference/od.config.3.3
196+ [OK] downloaded source https://raw.githubusercontent.com/abcdesktopio/conf/main/kubernetes/abcdesktop-3.4 .yaml
197+ [OK] downloaded source https://raw.githubusercontent.com/abcdesktopio/conf/main/reference/od.config.3.4
198198[OK] updated abcdesktop.yaml file with new namespace superdesktop
199199[OK] updated abcdesktop.yaml file with new fqdn superdesktop.svc.cluster.local
200200[OK] updated od.config file with new namespace superdesktop
0 commit comments