Skip to content

Commit

Permalink
Updates from review.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbsmpsn committed Sep 26, 2017
1 parent 815fe80 commit 3597d64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _data/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ toc:
- title: TLS
section:
- docs/tasks/tls/managing-tls-in-a-cluster.md
- docs/tasks/tls/certificate-rotation.md

- title: Administer a Cluster
section:
Expand All @@ -128,7 +129,6 @@ toc:
- docs/tasks/administer-cluster/access-cluster-services.md
- docs/tasks/administer-cluster/securing-a-cluster.md
- docs/tasks/administer-cluster/encrypt-data.md
- docs/tasks/administer-cluster/certificate-rotation.md
- docs/tasks/administer-cluster/configure-upgrade-etcd.md
- docs/tasks/administer-cluster/static-pod.md
- docs/tasks/administer-cluster/cluster-management.md
Expand Down
11 changes: 0 additions & 11 deletions docs/tasks/administer-cluster/securing-a-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,6 @@ parties that gain access to your etcd backups from viewing the content of those
this feature is currently experimental, it may offer an additional level of defense when backups
are not encrypted or an attacker gains read access to etcd.

### Kubelet Certificate Rotation

The kubelet uses certificates for authenticating to the Kubernetes API.
Normally, these certificates are issued with a long expiry date, such that
normally they do not need to be renewed.

Kubernetes 1.8 contains [kubelet certificate
rotation](/docs/tasks/administer-cluster/certificate-rotation/), a beta feature
that will automatically generate a new key and request a new certificate from
the Kubernetes API to use for authenticating connections.

### Receiving alerts for security updates and reporting vulnerabilities

Join the [kubernetes-announce](https://groups.google.com/forum/#!forum/kubernetes-announce)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
approvers:
- smarterclayton
- jcbsmpsn
- mikedanese
title: Certificate rotation
---

Expand All @@ -20,6 +21,17 @@ This page shows how to enable and configure certificate rotation for the kubelet

{% capture steps %}

## Overview

The kubelet uses certificates for authenticating to the Kubernetes API.
Normally, these certificates are issued with a long expiry date, such that
normally they do not need to be renewed.

Kubernetes 1.8 contains [kubelet certificate
rotation](/docs/tasks/administer-cluster/certificate-rotation/), a beta feature
that will automatically generate a new key and request a new certificate from
the Kubernetes API to use for authenticating connections.

## Configuration and determining whether certificate rotation is already enabled

The `kubelet` process accepts an argument `--rotate-certificates` that controls
Expand Down

0 comments on commit 3597d64

Please sign in to comment.