Jack Yu
Jack Yu
In my case, my step is: 1. Stop vm 2. Create backup during vm stopping I stuck in error state instead of progressing. For the record, upload my demo here....
Just provide another idea, we could give the command about how to construct the URL like below and add some explanation. ```sh IP=$(kubectl get ingress rancher-expose -n cattle-system -o=jsonpath='{.status.loadBalancer.ingress[0].ip}') SUPPORT_BUNDLE_NAME=$(kubectl...
Hi @hcyfor You can put this into your layout folder. And your category page will work. ```= --- layout: layout --- Category: ``` 
@innobead @bk201 For the HEP, I'll write here since it won't take too much words. In order to use subresource, we'll use concept of [Kubernetes API Aggregation Layer](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) which proxies...
@bk201 @innobead @WebberHuang1118 I created a PoC draft PR https://github.com/harvester/harvester/pull/6138, you can take a look what my design looks like. Please leave any feedbacks, and I'll keep implementing if we...
> Yubikey usb connected to pc/mac , USB pass through from Web Console to pc/mac connected from. Hi @frodriguezp, we'll focus on USB pass through from node instead of Web...
Currently, It's still on the Implement phase.
> **Validation Question** > > @Yu-Jack - is there anyway to "slow down" the VM as it's "stopping"? I'm running into the issue where it's just stopping "too quickly" to...
@irishgordo Good catch. I think we could close this issue as well because user is not supposed to encounter this rare edge case in general. It's better to put the...
@bk201 I can't reproduce this bug anymore in v1.3.1. I tried with `curl` to do snapshot on purpose: 1. when vm becomes stopping, snapshot immediately with `curl` 2. when vm...