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

Initial work on kops-server #2766

Merged
merged 1 commit into from
Jul 17, 2017
Merged

Conversation

justinsb
Copy link
Member

@justinsb justinsb commented Jun 16, 2017

This change is Reviewable

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 16, 2017
@justinsb justinsb force-pushed the kops_server branch 4 times, most recently from a7cc7e9 to 161673e Compare June 16, 2017 15:04
Copy link
Contributor

@chrislovecnm chrislovecnm left a comment

Choose a reason for hiding this comment

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

Exciting stuff. You have a bad merge.

BUILD Outdated
@@ -0,0 +1,13 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_prefix")
Copy link
Contributor

Choose a reason for hiding this comment

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

Is bazel doing cross compiling yet? I thought that is was not.

Copy link
Contributor

Choose a reason for hiding this comment

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

Is the hack script in core decent? Having the bazel build files updated automatically would be nice.

WORKSPACE Outdated
(
"deb_busybox",
"83d809a22d765e52390c0bc352fe30e9d1ac7c82fd509e0d779d8289bfc8a53d",
"http://ftp.us.debian.org/debian/pool/main/b/busybox/busybox-static_1.22.0-9+deb8u1_amd64.deb",
Copy link
Contributor

Choose a reason for hiding this comment

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

Is core using this or the default debian image?

@@ -153,7 +155,18 @@ func run() error {
if internalIP == nil {
internalIP = vsphereVolumes.InternalIp()
}
<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

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

Bad merge :(

@justinsb justinsb modified the milestone: kops-server Jul 16, 2017
@chrislovecnm
Copy link
Contributor

Can we get the bazel changed broken out of this PR? Also I think we already merged the clientset changes.

@justinsb justinsb force-pushed the kops_server branch 2 times, most recently from 5f7ca21 to e8c0e3c Compare July 17, 2017 04:47
@justinsb justinsb changed the title WIP: kops-server Initial work on kops-server Jul 17, 2017
@chrislovecnm
Copy link
Contributor

/assign
/lgmt

Copy link
Contributor

@chrislovecnm chrislovecnm left a comment

Choose a reason for hiding this comment

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

Looks great! Going to update the tracking issue with questions from this PR

@chrislovecnm chrislovecnm merged commit 5b7c1cf into kubernetes:master Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants