halfcrazy
halfcrazy
For example ./websocat ws://192.168.16.93:7789 -H 'Host: testnginx.com' The header Host field is always 192.168.16.93:7789 not testnginx.com  I have to write /etc/hosts to archive this. 
https://github.com/kubernetes-sigs/apiserver-builder-alpha/blame/10fd7787bf5cd756c4eb452d7767815ccb4a90b7/pkg/boot/build/docs.go#L112-L116 ``` func RunDocs(cmd *cobra.Command, args []string) { klog.Fatal("Docs is not yet supported") if len(server) == 0 && buildOpenapi { klog.Fatal("Must specifiy --server or --build-openapi=false") } ```
When scheduling a job, I expected to get an entryID for this job, so I can remove this job later.
Add some missing action in ovs-actions. I don't implement all of the actions, just a small part of them I found necessary for my use case. Ref: https://www.openvswitch.org/support/dist-docs/ovs-actions.7.html
**Is your feature request related to a problem? Please describe.** I have different ranges for different nodes. My workload works in all nodes, I want one config to manage them...
xref https://github.com/containernetworking/plugins/issues/992
scenario: one `network attachment define` for all nodes with different nic names.