Skip to content

Commit

Permalink
Merge pull request #26027 from tengqm/clean-podpreset
Browse files Browse the repository at this point in the history
Clean PodPreset docs, examples and links
  • Loading branch information
k8s-ci-robot authored Jan 15, 2021
2 parents 8cf0536 + a11047c commit 34e8b55
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 641 deletions.
1 change: 0 additions & 1 deletion content/en/docs/concepts/configuration/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ See [Add ImagePullSecrets to a service account](/docs/tasks/configure-pod-contai

Manually created secrets (for example, one containing a token for accessing a GitHub account)
can be automatically attached to pods based on their service account.
See [Injecting Information into Pods Using a PodPreset](/docs/tasks/inject-data-application/podpreset/) for a detailed explanation of that process.

## Details

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,13 +669,6 @@ allowVolumeExpansion: true

For more information about persistent volume claims, see [PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims).

### PodPreset {#podpreset}

This admission controller injects a pod with the fields specified in a matching PodPreset.
See also [PodPreset concept](/docs/concepts/workloads/pods/podpreset/) and
[Inject Information into Pods Using a PodPreset](/docs/tasks/inject-data-application/podpreset)
for more information.

### PodSecurityPolicy {#podsecuritypolicy}

This admission controller acts on creation and modification of the pod and determines if it should be admitted
Expand Down
18 changes: 0 additions & 18 deletions content/en/docs/reference/glossary/podpreset.md

This file was deleted.

323 changes: 0 additions & 323 deletions content/en/docs/tasks/inject-data-application/podpreset.md

This file was deleted.

Loading

0 comments on commit 34e8b55

Please sign in to comment.