Issue with k8s.io/docs/concepts/workloads/pods/podpreset/ #23285
Labels
kind/support
Categorizes issue or PR as a support question.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
This is a Bug Report
**Problem: Even after enabling the minikube with podpreset API I am getting the below error when I try to apply the podpreset.
Steps Followed:
Here is my propreset values:
apiVersion: settings.k8s.io/v1alpha1
kind: PodPreset
metadata:
name: share-cred
spec:
selector:
matchLabels:
app: myapp
env:
value: '123456'
volumeMount:
name: share-volume
volumes:
emptyDir: {}
ERROR: no matches for kind "PodPreset" in version "settings.k8s.io/v1alpha1"
Proposed Solution:
Page to Update:
https://kubernetes.io/docs/tasks/inject-data-application/podpreset/
The text was updated successfully, but these errors were encountered: