Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Mar 24, 2024
1 parent 644ddf1 commit b40389d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ jobs:
run: |
go install github.com/k8s-school/ktbx@v1.1.1-rc6
ktbx create -c
- name: Install ink
- name: Install ink
run: |
go install github.com/k8s-school/ink@v0.0.1-rc3
- name: Run test on internals
run: |
./1_internals/ci.sh
./labs/1_internals/ci.sh
- name: Run test on policies
run: |
./3_policies/ci.sh
./labs/3_policies/ci.sh
- name: Run test on computational resources
run: |
./4_computational_resources/ci.sh
./labs/4_computational_resources/ci.sh
- name: Install prometheus
run: |
./B_prometheus/install.sh
./labs/B_prometheus/install.sh
1 change: 0 additions & 1 deletion infra/az/machineset/machineset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ spec:
publicIP: false
publicLoadBalancer: ""
resourceGroup: demo-z2jlq-rg
sshPrivateKey: ""
sshPublicKey: ""
subnet: demo-z2jlq-worker-subnet
userDataSecret:
Expand Down
11 changes: 11 additions & 0 deletions infra/az/machineset/monitor.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

set -euxo pipefail

ink "Monitoring"
kubectl get -n openshift-machine-api machinesets.machine.openshift.io
kubectl get machine -A
echo
ink "Advanced monitoring"
kubectl get pod -n openshift-machine-api
kubectl get pod -n openshift-cloud-controller-manager

0 comments on commit b40389d

Please sign in to comment.