Skip to content

Uses kubectl apply to create or update crds

Calvin Yu请求将github/fork/RolandMa1986/fix-crdupdate合并到master

Created by: RolandMa1986

Signed-off-by: Roland.Ma rolandma@yunify.com

Use kubectl apply instead of the kubectl create command to create crds, so crds could be updated accordingly. BTW: It's clear that updates of crds are not recommended, the new version should be added instead. But sometimes we do need some small changes on those crds and without backward compatibility issue.

合并请求报告