Skip to content

Commit 1753a78

Browse files
authored
Update kubernetes_abcdesktop_windows.md
1 parent b76d7f7 commit 1753a78

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

opsdocs/docs/3.4/setup/kubernetes_abcdesktop_windows.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ openssl version
6868
Download 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
7373
Invoke-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
100100
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/
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

176176
You 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

Comments
 (0)