sparse-intern-71089
11/13/2020, 8:16 AMgorgeous-egg-16927
11/13/2020, 6:18 PMsticky-translator-17495
11/13/2020, 11:06 PMrich-lamp-32782
02/05/2021, 3:28 AMgorgeous-egg-16927
02/05/2021, 5:56 PMrich-lamp-32782
02/05/2021, 6:03 PMkubectl apply
new YAML configs every version.
They install many CRDs, and each version there is a CRD or two that is not compatible with kubectl patch
, leading us to have to do things like comment out the CRDs, run pulumi up
, then un comment and run pulumi up
again from local CLI in each of our environments, rather than release through a pipeline.rich-lamp-32782
02/05/2021, 6:03 PMkubectl patch
better, but until that happens we are stuck with this type of procedure (or moving management outside of pulumi, which we would not prefer)rich-lamp-32782
02/05/2021, 6:04 PMapply
gorgeous-egg-16927
02/05/2021, 6:11 PMrich-lamp-32782
02/05/2021, 6:13 PMgorgeous-egg-16927
02/05/2021, 6:14 PMrich-lamp-32782
02/05/2021, 6:14 PMgorgeous-egg-16927
02/05/2021, 6:15 PMrich-lamp-32782
02/05/2021, 6:17 PMgorgeous-egg-16927
02/05/2021, 6:25 PMrich-lamp-32782
02/05/2021, 6:32 PM