-
Notifications
You must be signed in to change notification settings - Fork 31
Can't install on CoreOS 1632.3.0 #460
Comments
related to #429 |
@mbaquer6 could you please post the exact versions of your |
@mbaquer6 Can you please let us know whether you used kubeadm to configure your kubernetes cluster? |
@mbaquer6 we tried to test the enable-vcp-uxi script end-to-end, and it worked fine. Following is our setup:
Also, following is the output produced by
|
Thanks for all your responses Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.1", GitCommit:"3a1c9449a956b6026f075fa3134ff92f7d55f812", GitTreeState:"clean", BuildDate:"2018-01-04T20:00:41Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"darwin/amd64"} |
@abrarshivani I used Tectonic to configure the cluster. |
@mbaquer6 Where is your |
@abrarshivani I edit with kubectl edit daemonset kube-apiserver -n=kube-system |
@mbaquer6 Can you please share checkpointer.json? Also, do you know where are kubernetes manifests located on master? |
Looking at the files that Tectonic created, I see all the manifests in my machine but not in the master. I'll try copying them to the masters and try to reapply this tool and see what happens. |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
Hi,
I was trying to install on CoreOS 1632.3.0 but it fails because the regex can't deal with the "+" of the 1.8+ version.
I removed the script that checks the version to use the "tpr" or "crd" to use always "crd", the supported resource definition in Kubernetes 1.8 but it fails in phase 6:
What you expected to happen:
Finish the installation
How to reproduce it (as minimally and precisely as possible):
Try to install on Kubernetes 1.8+ (CoreOS 1632.3.0)
Anything else we need to know?:
This is the log of a daemonset in phase 6:
[INFO] successfully created vSphere.conf file at : /host/tmp/vsphere.conf
kind: VcpStatus
metadata:
name: vcp-daementset-5dh7m
spec:
phase: "[PHASE' '6]' Update Manifest files and service configuration 'file"
status: "RUNNING"
error: ""'
[ERROR] No configuration change is observed
kind: VcpStatus
metadata:
name: vcp-daementset-5dh7m
spec:
phase: "[PHASE' '6]' Update Manifest files and service configuration 'file"
status: "FAILED"
error: "No' configuration change is 'observed"'
[INFO] Done with all tasks. Sleeping Infinity.
Environment:
kubectl version
): 1.9uname -a
): 4.14.19-coreosThanks.
The text was updated successfully, but these errors were encountered: