Skip to content

Commit

Permalink
fix: update microk8s to v1.30 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz authored Apr 25, 2024
1 parent 1bb2b6a commit 642c539
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
uses: actions/checkout@v4
- name: run install_microk8s.sh
run: |
sudo snap install microk8s --classic --channel=1.25/stable
sudo snap install microk8s --classic --channel=1.30/stable
sudo apt-get install snmp -y
sudo apt-get install python3-dev -y
- name: run automatic_setup.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ui-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: install microk8s
run: |
sudo snap install microk8s --classic --channel=1.25/stable
sudo snap install microk8s --classic --channel=1.30/stable
sudo apt-get install snmp -y
sudo apt-get install python3-dev -y
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Changed
- add docker compose deployment
- update default microk8s to 1.30

### Fixed
- fixed a bug with configuration from values.yaml not being transferred to the UI while migrating to SC4SNMP-UI
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/mk8s/k8s-microk8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in the MicroK8s [documentation](https://microk8s.io/docs), including offline and
## Install MicroK8s using Snap

```bash
sudo snap install microk8s --classic --channel=1.25/stable
sudo snap install microk8s --classic --channel=1.30/stable
```

Add a user to the microk8s group so the `sudo` command is no longer necessary:
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/install_microk8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setup_kube_roles() {
}

install_dependencies_on_ubuntu() {
sudo snap install microk8s --classic --channel=1.25/edge
sudo snap install microk8s --classic --channel=1.30/stable
sudo snap install docker
sudo apt-get install snmp -y
sudo apt-get install python3-dev -y
Expand Down

0 comments on commit 642c539

Please sign in to comment.