@@ -68,7 +68,7 @@ openssl version
68
68
Download and extract the latest release automatically (Windows):
69
69
70
70
``` 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
72
72
73
73
Invoke-Expression $($script.Content)
74
74
```
@@ -93,8 +93,8 @@ writing RSA key
93
93
[OK] label secret abcdesktopjwtdesktoppayload
94
94
[OK] label secret abcdesktopjwtdesktopsigning
95
95
[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
98
98
[OK] kubectl create configmap abcdesktop-config --from-file=od.config -n abcdesktop
99
99
[OK] label configmap abcdesktop-config abcdesktop/role=pyos.config
100
100
role.rbac.authorization.k8s.io/pyos-role created
@@ -161,16 +161,16 @@ You can open a web browser and go to the http://localhost:30443/
161
161
162
162
## Change the default namespace
163
163
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.
165
165
166
166
``` 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
168
168
```
169
169
170
- Run ` install-3.3 .ps1 `
170
+ Run ` install-3.4 .ps1 `
171
171
172
172
``` PowerShell
173
- .\install-3.3 .ps1 --namespace superdesktop
173
+ .\install-3.4 .ps1 --namespace superdesktop
174
174
```
175
175
176
176
You should read on stdout
@@ -193,8 +193,8 @@ writing RSA key
193
193
[OK] label secret abcdesktopjwtdesktoppayload
194
194
[OK] label secret abcdesktopjwtdesktopsigning
195
195
[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
198
198
[OK] updated abcdesktop.yaml file with new namespace superdesktop
199
199
[OK] updated abcdesktop.yaml file with new fqdn superdesktop.svc.cluster.local
200
200
[OK] updated od.config file with new namespace superdesktop
0 commit comments