You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to import https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/7e8359ce4f118bc5456959b5302cefdb26d1f7eb/deploy/standalone-install.yaml returns the following warnings:
5:50PM Warn | excluding attribute [kubernetes_pod_security_policy.spec.supplemental_group.range] not found in Terraform schema field=PodSecurityPolicy.Spec.SupplementalGroups.Ranges name=kubelet_serving_cert_approver type=kubernetes_pod_security_policy
5:50PM Warn | excluding attribute [kubernetes_pod_security_policy.spec.supplemental_group] not found in Terraform schema field=PodSecurityPolicy.Spec.SupplementalGroups name=kubelet_serving_cert_approver type=kubernetes_pod_security_policy
If I run k2tf with --include-unsupported, I need to rename the supplemental_group block to supplemental_groups.
The text was updated successfully, but these errors were encountered:
Trying to import
https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/7e8359ce4f118bc5456959b5302cefdb26d1f7eb/deploy/standalone-install.yaml
returns the following warnings:If I run
k2tf
with--include-unsupported
, I need to rename thesupplemental_group
block tosupplemental_groups
.The text was updated successfully, but these errors were encountered: