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

Issue with /docs/getting-started-guides/ubuntu/ #3939

Closed
1 of 2 tasks
bepcyc opened this issue May 31, 2017 · 3 comments
Closed
1 of 2 tasks

Issue with /docs/getting-started-guides/ubuntu/ #3939

bepcyc opened this issue May 31, 2017 · 3 comments

Comments

@bepcyc
Copy link

bepcyc commented May 31, 2017

This is a...

  • Feature Request
  • Bug Report

Problem:

Proposed Solution:
Instructions for conjure-up installation with snap do not work if snapd was just installed. Re-login may be required.

$ lsb_release -d
Description:    Ubuntu 16.04.2 LTS
$ sudo snap install conjure-up --classic
2017-05-31T10:18:29+02:00 INFO cannot auto connect core:core-support-plug to core:core-support: (slot auto-connection), existing connection state "core:core-support-plug core:core-support" in the way
2017-05-31T10:18:30+02:00 INFO cannot auto connect core:core-support-plug to core:core-support: (slot auto-connection), existing connection state "core:core-support-plug core:core-support" in the way
conjure-up 2.1.5 from 'canonical' installed
$ conjure-up kubernetes
-bash: conjure-up: command not found

Page to Update:
https://kubernetes.io/docs/getting-started-guides/ubuntu/#quick-start

Instead of:

sudo snap install conjure-up --classic
conjure-up kubernetes

it should be:

sudo snap install conjure-up --classic
# re-login may be required at that point if you just installed snap utility
conjure-up kubernetes
karthequian added a commit to karthequian/kubernetes.github.io that referenced this issue Jun 7, 2017
Adds comment for per issue kubernetes#3939
@karthequian
Copy link
Contributor

Added the fix for this because it seemed like we just need an additional comment in the instructions.

chenopis pushed a commit that referenced this issue Jun 7, 2017
Adds comment for per issue #3939
chenopis added a commit that referenced this issue Jun 7, 2017
…hub.io into release-1.6

* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  fixed the line giving the template for creating configmap, should include the word configmap as part of the creation process.
  Fixes issue #3939
  Add CRI runtime support
chenopis added a commit that referenced this issue Jun 7, 2017
…hub.io into release-1.7

* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  fixed the line giving the template for creating configmap, should include the word configmap as part of the creation process.
  Fixes issue #3939
  Add CRI runtime support
@karthequian
Copy link
Contributor

We can close this issue now @bepcyc...

@bepcyc
Copy link
Author

bepcyc commented Jun 12, 2017

Great, thanks!

@bepcyc bepcyc closed this as completed Jun 12, 2017
chenopis added a commit to iphutch/kubernetes.github.io that referenced this issue Jun 26, 2017
…hub.io

* 'master' of https://github.com/kubernetes/kubernetes.github.io: (859 commits)
  fixed the line giving the template for creating configmap, should include the word configmap as part of the creation process.
  Fixes issue kubernetes#3939
  Add CRI runtime support
  Updaated install-kubeadm.md, removed redundant kubectl installation (kubernetes#4006)
  Add Chocolatey Package Manager for Windows (kubernetes#4000)
  Make issue title automatically a link
  Update directions for macOS bash completion
  Add TCP socket health check example (kubernetes#3977)
  Update networking.md (kubernetes#3950)
  [authorization] fix invalid href for webhook
  Remove self-referential link
  Add fibre channel volume explanation (kubernetes#3967)
  Improve RBAC doc (kubernetes#3951)
  Clarify CNI acronym
  Fix 404 to kubectl install link
  install-kubectl.md: Fix Windows texts, link to latest macOS binaries
  Create Installing kubeadm topic. (kubernetes#3709)
  Fix example in the "Adding ConfigMap data to a Volume" section
  Update ExternalName example
  Completes PR kubernetes#3325
  ...

# Conflicts:
#	_data/tasks.yml
#	docs/tasks/administer-cluster/namespaces-walkthrough.md
#	docs/tasks/administer-cluster/namespaces.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants