John Lin

Results 13 comments of John Lin

I see. Thank you for the explanation.

Hi @leeaustinadams Any updates on this PR? Thanks!

Hi @leeaustinadams I removed the redundant import line. Please take a look. Thank you.

Hi @leeaustinadams Is there any updates on this PR?

Hi @leeaustinadams and @andypiper, I've signed the CLA, but the above check still shows "license/cla Pending — Contributor License Agreement is not signed yet." Do you have any idea why?...

@jafu888 Thank you for the explanations. In fact, I created this issue just to see these explanations. Can we put these explanation in the developer guide?

Hi, I created a workaround for the secret parameter: a template that extracts secret as a output parameter. ```yaml apiVersion: argoproj.io/v1alpha1 kind: WorkflowTemplate metadata: name: secret-extractor spec: templates: - name:...

I managed to find a way to do it: ```python @kopf.on.create('example.com', 'v1', 'foo') def on_create(spec, patch, **kwargs): @kopf.subhandler(id='init_crd_status') def init_crd_status(**_): patch.status['serviceState'] = 'PENDING' # tries to initialize the status @kopf.subhandler(id='do_create_underlying_service')...

Hi @andrewlecuyer, Yes, you're right. There are errors in `pgo-deploy` pod: ``` $ kubectl -n pgo logs pgo-deploy-r4hdg nss_wrapper: user exists nss_wrapper: group exists nss_wrapper: environment configured [WARNING]: Found variable...

Thanks for the explanation. I'll upgrade to v5 and give it a try.