Jack Yu
Jack Yu
> I mean that the VM image we just created in Image pages; when we create a VM from a image, we will create a volume from it first. (even...
Gentle ping to @innobead @w13915984028 , I've updated the HEP based on feedbacks from HEP meeting and other discussions in private. @bk201 @Vicente-Cheng @WebberHuang1118 I also added a brief summary...
Changed name from `spec.securityParameters.encryption` to `spec.securityParameters.cryptoOperation`. It's weird to put `decrypt` in `spec.SecurityParameters.encryption` field.
Gentle ping @a110605, thanks!
I pushed another version, which changed all APIs (https://github.com/Yu-Jack/harvester/commit/5f4e0e962c6ed3f8ebd2e107381e1bc69dc1599a). Then, I did some e2e api tests with skipping some test cases, like deleting hosts and integration tests. It ended up...
@innobead I think we could combine two options. Use option 1 to have a convention to return response. Use option 2 to provide more flexibilities to customize some fields, like...
Gentle ping @bk201 @WebberHuang1118. Please help to check this ideal when you're free, thank you!
> Hi @Yu-Jack, thanks for the PR. Will we apply common `ServerHTTP` function to all APIs? @FrankYang0529 Sure, I'll. This PR is a concept PR, which I just modified only...
This is an example of response. ```json { "kind": "VirtualMachineImage", "apiVersion": "harvesterhci.io/v1beta1", "metadata": { "name": "image-jjnlm", "generateName": "image-", "namespace": "default", "uid": "cd562ef7-7760-4912-9c5b-d75bd11aa9c2", "resourceVersion": "25252817", "generation": 1, "creationTimestamp": "2024-09-03T03:45:29Z", "annotations": {...
The `pcidevices-controller` is `v0.4.1`. cc @bk201 PRs: - https://github.com/harvester/addons/pull/25 - https://github.com/harvester/charts/pull/296