Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created May 9, 2021 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/6d9fd9c66dc330cc888c7414c7a4b3db to your computer and use it in GitHub Desktop.
Save gowatana/6d9fd9c66dc330cc888c7414c7a4b3db to your computer and use it in GitHub Desktop.
kind: VirtualMachineService
apiVersion: vmoperator.vmware.com/v1alpha1
metadata:
name: svc-lab-centos-vm-01
namespace: lab-ns-31
spec:
type: LoadBalancer
ports:
- name: ssh
port: 22
protocol: TCP
targetPort: 22
selector:
demo: vm-service-01
@gowatana
Copy link
Author

gowatana commented May 9, 2021

下記の投稿むけ。

vSphere with Tanzu の VM Service を試してみる。(vSphere 7.0 U2a)
https://vm.gowatana.jp/entry/2021/05/09/140905

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment