Jack Yu
Jack Yu
I think we use geographic region better than continent. In wiki "The continent of Australia, sometimes known in technical contexts by the names Sahul (/səˈhuːl/), Australinea, or Meganesia to distinguish...
@dougwilson Is it okay?
@bk201 Just spent some time checking this. To be more clear, we should use `apiservice` to replace. Let me use kubevirt as example to explain this. Let's say, if we...
Hi, @bharath144 thank for raising this issue. According to [documentation](https://docs.harvesterhci.io/v1.3/networking/loadbalancer#health-checks): `Health Check Port` means `Specifies the port. The prober will access the address composed of the backend server IP and...
Leave some information here. We don't need to use following setting to run dapper, we could run `make ci` directly. If needs, check this example https://github.com/rancher/support-bundle-kit/blob/master/.github/workflows/template-build.yml. ```yaml container: image: rancher/dapper:v0.5.8...
I wrote a quick guideline to move Drone CI to Github Action, free feel to leave any comments to revise this wiki, thanks. https://github.com/harvester/harvester/wiki/Moving-Drone-CI-to-Github-Action
We don't need to return in the shared function, it depends the first called `.Write` or `.WriteHeader` although it might print some warning message. ```go func main() { m :=...
Just discussed with @ibrokethecloud about this feature should be implemented on separated repository or kept on same repository. We both prefer same repository, and will rename the repository name properly.
It should be this one https://github.com/harvester/harvester/blob/master/package/upgrade/addons/monitoring_addon.yaml. There are default Addon manifests in that directory as well.
@torchiaf `node` API also supports it, I tested with pcidevices cause I just used them at that moment. About pagination, this is [kubernetes official documentation](https://kubernetes.io/docs/reference/using-api/api-concepts/#retrieving-large-results-sets-in-chunks) about that, and we do...