When creating TKGI kubernetes profile `tkgi create-kubernetes-profile my-profile.json` with profile content:
{
"name": "my-profile",
"description": "My Profile",
"customizations": [
{
"component": "kube-apiserver",
"arguments": {
},
"file-arguments": {
"audit-policy-file": "/tmp/custom-audit-policy.yml"
}
}
]
}
it fails with output
Error: Customizations contain arguments that are not supported.
Though the specified argument is valid Kubernetes process argument, it is not supported by TKGI API.
Please use supported arguments, you will find the supported arguments at TKGI Kubernetes Profile Use Cases.