-
Notifications
You must be signed in to change notification settings - Fork 82
kubefed not installing right .... #187
Comments
+1, all the same except kernel is 4.10 Temporarily using source binaries, as of lack of kubefed binary in the current tarball (instruction). |
Hi, |
@rangapv Seems like if you build binaries out of the source, kubefed would create a deployments, which would expect for So, it's better to download tarball with pre-compiled binaries. I found, that 1.8.5 tarball contains kubefed (while 1.9.1 don't) so here's the link to download. |
@Blasterdick Thanks a bunch! I installed it and the API server is running.... The kubefed init that i used is sudo kubefed init fellowship --host-cluster-context=kubernetes-admin@kubernetes --dns-provider="google-clouddns" --dns-zone-name="example1.com." --etcd-persistent-storage=false --api-server-service-type="NodePort" --api-server-advertise-address="10.128.0.22" --apiserver-enable-basic-auth=true --apiserver-enable-token-auth=true --apiserver-arg-overrides="--anonymous-auth=false,--v=4" --controllermanager-arg-overrides="--controllers=services=false" Regards |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Uncomment only one, leave it on its own line:
/kind bug
I did the following.....
Step 1:
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/kubernetes-client-linux-amd64.tar.gz
tar -xzvf kubernetes-client-linux-amd64.tar.gz
Step 2:
sudo snap install kubefed --classic
kubefed version
*Kubernetes version (use kubectl version): 1.9
*Cloud provider or hardware configuration: GCP
*OS (e.g. from /etc/os-release): Ubuntu 16.04
*Kernel (e.g. uname -a): 4.13.0-1002-gcp #5-Ubuntu SMP Tue Dec 5 13:20:17 UTC 2017 x86_64 x86_64 *x86_64 GNU/Linux
*Install tools: snap
*Others:
The text was updated successfully, but these errors were encountered: