sivchari

Results 138 comments of sivchari

It seems like to be just shell scripts. Just an idea, we can still be using it by just moving it to this repo, then pass the argument to the...

Hey @Okabe-Junya I've made the workflow to check markdown link by using linkspector that is alternative tool of markdown-link-check. This workflow can work expectedly. PTAL 🙏 https://github.com/kubernetes-sigs/cluster-api/pull/12146

/area ci /hold We discuss later

I'll check later. If you won't be able to see my reply in these days, I'd love to be pinged from you :)

Hi @mdxabu > Can it fetch the latest original post using just an API key instead of a tweet ID? I'm not sure it's possible, do you have reference or...

Kind has --wait flag, but it's not used in cluster provider. If we'll use it, we should new parameter to wait. Should I change it ?

KWOK has already had `waitDruration` in struct. So if Kind also has wautDuration in [Cluster](https://github.com/kubernetes-sigs/e2e-framework/blob/main/support/kind/kind.go#L43-L50), we can control the duration time when to wait, can't it ?

Sorry for late, I added the condition to check whether the connection is established correctly

@sathieu You can use ptr.Deref e.g. ```go if ptr.Deref(clusterConfig.DNS.Disabled, false) {} ``` If you use ptr.Deref, it would be clearer than now.