Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Dec 18, 2024
1 parent 7652b1b commit a2a2a2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _posts/2024-12-12-aoc-sre-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date: 2024-12-12 00:12:05

- https://github.com/nginxinc/nginx-ingress-helm-operator/releases
- https://github.com/Dynatrace/dynatrace-operator/releases/tag/v1.4.0
- https://releases.aks.azure.com/#tabus

## 检查aap job status

Expand All @@ -19,3 +20,9 @@ date: 2024-12-12 00:12:05
```
az resource update --ids <aks-resource-id>
```

## 修改aap gw admin password

```
aap-gateway-manage update_password --username=admin --password=changeme
```

0 comments on commit a2a2a2d

Please sign in to comment.