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

"make deploy" fails #91

Closed
pires opened this issue Jun 22, 2018 · 7 comments
Closed

"make deploy" fails #91

pires opened this issue Jun 22, 2018 · 7 comments
Assignees
Labels

Comments

@pires
Copy link
Contributor

pires commented Jun 22, 2018

The following command:

KUBERNETES_FRAMEWORK_VERSION=1.0.3-1.9.7 make deploy

resulted in the following failure:

Waiting for DC/OS Master to be ready...

/Users/pires/Work/mesosphere/dcos-kubernetes-quickstart/./dcos package install --yes marathon-lb;\
	/Users/pires/Work/mesosphere/dcos-kubernetes-quickstart/./dcos package install --yes kubernetes --package-version=1.0.3-1.9.7 --options=./.deploy/options.json;\
	/Users/pires/Work/mesosphere/dcos-kubernetes-quickstart/./dcos marathon app add ./.deploy/kubeapi-proxy.json
By Deploying, you agree to the Terms and Conditions https://mesosphere.com/catalog-terms-conditions/#community-services
We recommend at least 2 CPUs and 1GiB of RAM for each Marathon-LB instance.

*NOTE*: For additional ```Enterprise Edition``` DC/OS instructions, see https://docs.mesosphere.com/administration/id-and-access-mgt/service-auth/mlb-auth/
Installing Marathon app for package [marathon-lb] version [1.12.2]
Marathon-lb DC/OS Service has been successfully installed!
See https://github.com/mesosphere/marathon-lb for documentation.
By Deploying, you agree to the Terms and Conditions https://mesosphere.com/catalog-terms-conditions/#certified-services
Kubernetes on DC/OS.

	Documentation: https://docs.mesosphere.com/service-docs/kubernetes
	Issues: https://github.com/mesosphere/dcos-kubernetes-quickstart/issues
Installing Marathon app for package [kubernetes] version [1.0.3-1.9.7]
Installing CLI subcommand for package [kubernetes] version [1.0.3-1.9.7]
New command available: dcos kubernetes
DC/OS Kubernetes is being installed!
Can't read from resource: ./.deploy/kubeapi-proxy.json.
Please check that it exists.
make: *** [install] Error 1
@pires pires added the bug label Jun 22, 2018
@rimusz
Copy link
Contributor

rimusz commented Jun 23, 2018

latest quickstart does not support versions below 1.1.1-1.10.4

@rimusz
Copy link
Contributor

rimusz commented Jun 23, 2018

is there the reason you running it with 1.0.3-1.9.7?

@pires
Copy link
Contributor Author

pires commented Jun 23, 2018

Yes, was trying to reproduce a report where the user couldn't update from 1.0.3-1.9.7 to 1.1.1-1.10.4.

Can you please document in the README that the quickstart doesn't support any version before 1.1.1-1.10.4?

@pires
Copy link
Contributor Author

pires commented Jun 23, 2018

Also, can you please open a PR that updates /docs/cncf_conformance.md, accordingly? Please, make sure you run the instructions before opening the PR.

@rimusz
Copy link
Contributor

rimusz commented Jun 23, 2018

shall I make one PR for the readme and conformance docs update?

@pires
Copy link
Contributor Author

pires commented Jun 23, 2018

Whatever you prefer. I like that idea.

@rimusz
Copy link
Contributor

rimusz commented Jun 27, 2018

addressed with #92

@rimusz rimusz closed this as completed Jun 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants