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

rev coreos version constraint #1487

Merged

Conversation

2ffs2nns
Copy link
Contributor

@2ffs2nns 2ffs2nns commented Dec 8, 2017

Description

The installation process in the Vagrant/Virtual box Getting-starting guide can hang downloading kubectl on older versions of coreos. After updating to current-stable the issue was resolved.

vagrant git:(master) ✗ vagrant ssh k8s-master          
Last login: Fri Dec  8 16:23:42 UTC 2017 from 10.0.2.2 on ssh
Container Linux by CoreOS stable (1520.8.0)
core@k8s-master ~ $ ps auxwww |grep wget
root      1294  1.3  0.5  29436  5220 ?        Ss   16:24   0:00 /usr/bin/wget -N -P /opt/bin https://storage.googleapis.com/kubernetes-release/release/v1.7.5/bin/linux/amd64/kubectl
core      1345  0.0  0.0   6736   880 pts/0    S+   16:24   0:00 grep --colour=auto wget

shows old/outdated coreos

  vagrant box update 
==> k8s-node-02: Checking for updates to 'coreos-stable'
    k8s-node-02: Latest installed version: 1520.8.0
    k8s-node-02: Version constraints: >= 1122.0.0
    k8s-node-02: Provider: virtualbox

after updating...

 vagrant box update
==> k8s-node-02: Checking for updates to 'coreos-stable'
    k8s-node-02: Latest installed version: 1576.4.0
    k8s-node-02: Version constraints: >= 1576.4.0
    k8s-node-02: Provider: virtualbox
==> k8s-node-02: Box 'coreos-stable' (v1576.4.0) is running the latest version.

shows I can install Calico now...

 kubectl get pods --namespace=kube-system
NAME                                       READY     STATUS    RESTARTS   AGE
calico-kube-controllers-2686699925-8sqqg   1/1       Running   0          1m
calico-node-63mxk                          2/2       Running   0          1m
calico-node-hbll8                          2/2       Running   0          1m
calico-node-qsq4q                          2/2       Running   0          1m

Release Note

Proposed release note:

The CoreOS version constraint for the Vagrant/VirtualBox: CoreOS Getting Started guide was updated to CoreOS stable, 1576.4.0

@2ffs2nns 2ffs2nns added the release-note-required Change has user-facing impact (no matter how small) label Dec 8, 2017
@2ffs2nns 2ffs2nns added this to the Calico v3.0.0 milestone Dec 8, 2017
@2ffs2nns 2ffs2nns requested review from emanic and bcreane December 8, 2017 18:02
@@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
config.ssh.insert_key = false

config.vm.box = "coreos-%s" % update_channel
config.vm.box_version = ">= 1122.0.0"
config.vm.box_version = ">= 1576.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like 1576.4.0 is the "latest" release.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, in the stable channel

@2ffs2nns 2ffs2nns merged commit 0287646 into projectcalico:master Dec 8, 2017
@2ffs2nns 2ffs2nns deleted the 2ffs2nns-vagrant-constraint branch December 8, 2017 18:56
caseydavenport pushed a commit that referenced this pull request Dec 14, 2021
…s-release-v3.20

[release-v3.20] Semaphore Auto Pin Update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-required Change has user-facing impact (no matter how small)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants