Files
ols-nos/rules
lixiaoyuner 9fef78c4f0 Install and upgrade packages for k8s master image (#18159)
### Why I did it
- Currently inside k8s master image we are going to use AAD to do authentication related stuff with python language, we need to pre-install several azure key-vault related python packages.
- Need to upgrade cri-dockerd to 0.3.10 to support bookworm
- Need to change netcat package name to netcat-openbsd for bookworm
- Remove the unnecessary apt-get update
##### Work item tracking
- Microsoft ADO **(number only)**: 26435886

#### How I did it
- pip3 install azure-keyvault-secrets
- apt-get -y install netcat-openbsd
- upgrade the cri-dockerd version for bookworm
#### How to verify it
- pip3 list to check if azure-keyvault-secrets is installed inside image
- dpkg -l to check if netcat-openbsd is installed inside image
- systemctl status cri-dockerd.service to check if it's running well
2024-02-27 18:09:12 -08:00
..
2023-04-02 14:02:33 -07:00
2023-11-21 18:53:15 -08:00
2022-05-24 14:47:09 -07:00
2023-11-21 18:53:15 -08:00
2021-11-10 15:27:22 -08:00
2016-12-08 09:24:48 -08:00
2023-08-11 09:00:46 -07:00
2021-11-10 15:27:22 -08:00
2021-11-10 15:27:22 -08:00
2021-11-10 15:27:22 -08:00
2021-11-10 15:27:22 -08:00
2021-11-10 15:27:22 -08:00
2023-08-11 09:00:46 -07:00