kubernetes how to inherite anonntation inheritance from namespace annontation kubernetes how to inherite anonntation inheritance from namespace annontation kubernetes kubernetes

kubernetes how to inherite anonntation inheritance from namespace annontation


I think podpreset can help

kind: PodPresetapiVersion: settings.k8s.io/v1alpha1metadata:  annotations:    foo: bar  namespace: {youNamespace}

How enable PodPreset:

  1. You have enabled the api type settings.k8s.io/v1alpha1/podpreset
  2. You have enabled the admission controller PodPreset
  3. You have defined your pod presets