Skip to content

AWS + CoreOS + k8s 1.0.1 Documentation #11975

Closed
@mcadam

Description

@mcadam

Hello,

Is there more documentation on how to run a Kubernetes cluster using CoreOS on AWS ??

I tried the script for AWS specifying KUBE_OS_DISTRIBUTION=coreos, it started a master on ubuntu, and then tried to launch my minions but they all crashed.

I first had to modify the cluster/aws/coreos/util.sh script and delete those lines to make the script go this far:

  i=$1
  # TODO(bakins): Is this actually used?
  MINION_PRIVATE_IP=$INTERNAL_IP_BASE.1${i}

  MINION_IP=$(yaml-quote ${MINION_PRIVATE_IP})

That crashed because you dont use a loop anymore to create the minions.

Do you have a solution to use the script to start a cluster automatically, like create credentials and give me access to the cluster directly. I dont want to use the other guide in the multi-node coreos page, because it is basically useless as is. What do i do once the masters and minions are running ? SSH to get the credentials ?

I would love to be able to use the autoscaling group approach from the other script :)

I am on kubernetes version 1.0.1.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/os/coreoskind/documentationCategorizes issue or PR as related to documentation.kind/supportCategorizes issue or PR as a support question.priority/backlogHigher priority than priority/awaiting-more-evidence.sig/cluster-lifecycleCategorizes an issue or PR as relevant to SIG Cluster Lifecycle.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions