Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

k8s: consistent variable names and updated samples #1371

Merged
merged 7 commits into from
May 3, 2016
Merged

Conversation

ryane
Copy link
Contributor

@ryane ryane commented Apr 21, 2016

  • Installs cleanly on a fresh build of most recent master branch
  • Upgrades cleanly from the most recent release
  • Updates documentation relevant to the changes
  • tested GCE but not digitalocean or openstack
  • Uses consistent naming for kube* variables
  • Updates digitalocean and openstack samples with Kubernetes support

@stevendborrelli
Copy link
Contributor

@BrianHicks any comments on this one?

@BrianHicks
Copy link
Contributor

LGTM

output "kube_worker_ips" {
value = "${join(\",\", vsphere_virtual_machine.mi-kube-worker-nodes.*.network_interface.ip_address)}"
output "kubeworker_ips" {
value = "${join(\",\", vsphere_virtual_machine.mi-kubeworker-nodes.*.network_interface.ip_address)}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should there be two of this line?

Copy link
Contributor

Choose a reason for hiding this comment

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

hmm, probably not

@langston-barrett
Copy link
Contributor

@BrianHicks I rebased, but poorly. Could you double check my work and merge if it's ready?

@BrianHicks
Copy link
Contributor

what did you rebase? It doesn't look like anything changed except our discussion.

@langston-barrett
Copy link
Contributor

@BrianHicks The vsphere terraform config had changed in master, I overrode it with ryan's changes. Good, I think I did it all correctly.

@sehqlr
Copy link
Contributor

sehqlr commented May 3, 2016

LGTM

@sehqlr sehqlr merged commit d61286b into master May 3, 2016
@langston-barrett langston-barrett deleted the fix/k8s-vars branch May 3, 2016 23:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants