Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add machineset.yaml.template to vsphere example #318

Merged
merged 2 commits into from
Jun 11, 2018

Conversation

karan
Copy link
Contributor

@karan karan commented Jun 8, 2018

What this PR does / why we need it: Add a sample machineset.yaml template

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: karan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 8, 2018
@karan
Copy link
Contributor Author

karan commented Jun 8, 2018

/assign @k4leung4

/assign @roberthbailey

@karan
Copy link
Contributor Author

karan commented Jun 8, 2018

/hold

Until #316 is working

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 8, 2018
apiVersion: "cluster.k8s.io/v1alpha1"
kind: MachineSet
metadata:
name: karangoel-ms-1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove karangoel from here: something like test-machineset-1 or vsphere-nodes or something would make more sense.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

network: ""
num_cpus: "2"
memory: "2048"
vm_template: "ubuntu-xenial-16.04-cloudimg-20180504"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

memory: "2048"
vm_template: "ubuntu-xenial-16.04-cloudimg-20180504"
disk_label: ""
disk_size: "10"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

metadata:
name: karangoel-ms-1
spec:
replicas: 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we default to 2 so that it's clear how this is different than individual machines?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@karan
Copy link
Contributor Author

karan commented Jun 11, 2018

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 11, 2018
@roberthbailey
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 11, 2018
@k8s-ci-robot k8s-ci-robot merged commit 1419eb2 into kubernetes-sigs:master Jun 11, 2018
@karan karan deleted the machineset branch June 11, 2018 18:50
jayunit100 pushed a commit to jayunit100/cluster-api that referenced this pull request Jan 31, 2020
* Add machineset.yaml.template to vsphere example

* cleanup manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants