Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 2e4ebdc

Browse files
authored
Update README.md
PNU chapter fix
1 parent 3370969 commit 2e4ebdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AKSe-on-AzStackHub/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This document describes how to architect and operate a highly available Kubernet
1414
- [Backup and Disaster Recovery](#backup-and-disaster-recovery)
1515
- [Availability Considerations](#availability-considerations)
1616
- [Identity and Security Considerations](#identity-and-security-considerations)
17+
- [Patch and Update](#patch-and-update)
1718
- [Deployment (CI/CD) Considerations](#deployment-cicd-considerations)
1819
- [Deploying the Solution](#deploy-the-solution)
1920
- [Next Steps](#next-steps)
@@ -310,7 +311,7 @@ To store secrets like connection strings or database credentials there are sever
310311

311312
Secrets/credentials should never be stored in plaintext in your application code or within scripts. And shouldn't be stored in a version control system. Instead, the deployment automation should retrieve the secrets as needed.
312313

313-
**Patch and Update**
314+
## Patch and Update
314315

315316
The **Patch and Update (PNU)** process in Azure Kubernetes Service (in Azure) is partially automated, Kubernetes version upgrades are triggered manually while security updates are applied automatically. These updates can include OS security fixes or kernel updates. AKS does not automatically reboot these Linux nodes to complete the update process.
316317

0 commit comments

Comments
 (0)