We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently ControllerRevision is matched to Daemonset with Label Selector. ControllerRevision now has OwnerReferences like Pods.
ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: ds-name uid: 9eb7d74c-efc7-44aa-83c9-b61ec7626471
This should simply the ControllerRevision to Daemonset mapping and remove the potential of error using labels.
We currently do this for Pods so we can easily migrate the existing functionality to ControllerRevision as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently ControllerRevision is matched to Daemonset with Label Selector. ControllerRevision now has OwnerReferences like Pods.
This should simply the ControllerRevision to Daemonset mapping and remove the potential of error using labels.
We currently do this for Pods so we can easily migrate the existing functionality to ControllerRevision as well.
The text was updated successfully, but these errors were encountered: