Skip to content

Commit

Permalink
Update README.md, chocolatey.config, kubeps1 role
Browse files Browse the repository at this point in the history
- Change kubeps1 git repository URL
- Update chocolatey.config packages
  - Add vscode/1.72.2
  - Update python to 3.11.0
- Update README.md
  • Loading branch information
theodore86 committed Nov 1, 2022
1 parent a499d63 commit 54aa3e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ vagrant up or reload
vagrant ssh
```

## Retrieve Virtual Machine SSH config
```console
vagrant ssh-config
```

## Project Structure
```bash
vagrantenv
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
kubeps1_repository: 'git@github.com:jonmosco/kube-ps1.git'
kubeps1_repository: 'https://github.com/jonmosco/kube-ps1.git'
kubeps1_checkout_dir: '/tmp/kubeps1'
...
3 changes: 2 additions & 1 deletion tools/windows/chocolatey.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ https://github.com/chocolatey/choco/wiki/CommandsInstall#packagesconfig
-->
<packages>
<package id="virtualbox" version="6.1.16" packageParameters="/NoDesktopShortcut" allowMultipleVersions="false"/>
<package id="python3" version="3.9.0"/>
<package id="python3" version="3.11.0"/>
<package id="vagrant" version="2.2.19"/>
<package id="sublimetext3" version="3.2.2"/>
<package id="vscode" version="1.72.2"/>
</packages>

0 comments on commit 54aa3e1

Please sign in to comment.