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
seems like this could be achieved by sending the input YAML through a yq filter before handing it to tfk8s. Perhaps something like: yq 'del(.metadata.annotations.cni.projectcalico.org/podIP)' input.yaml | tfk8s ...
Example
tfk8s --ignore "metadata.annotations.cni.projectcalico.org/podIP"
The text was updated successfully, but these errors were encountered: