Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Question about flag content in Docker run command #6

Closed
LernaeanHydra opened this issue Jan 8, 2018 · 2 comments
Closed

Question about flag content in Docker run command #6

LernaeanHydra opened this issue Jan 8, 2018 · 2 comments

Comments

@LernaeanHydra
Copy link

Hello @ICGog @ms705 ,
I wanna integrate Firmament with Kubernetes running locally, however, I got confused when I tried to run this command:
$ docker run camsas/poseidon:dev poseidon
--logtostderr
--kubeConfig=<path_kubeconfig_file>
--firmamentAddress=:
--statsServerAddress=:
--kubeVersion=<Major.Minor>

I don't know how to fill in path_kubeconfig_file and I don't know what the statsServerAddress means.
I will be grateful if somebody can help me!

@dhilipkumars
Copy link
Contributor

Hi All,

Is this issue relevant now ?

@shivramsrivastava
Copy link
Contributor

@LernaeanHydra We have updated the documentation, it has all the info on how to run poseidon.

You can refer to this section on running poseidon docker container.

path_kubeconfig_file is required to connect to the running local k8s cluster.
It's like a credential file which is needed to access the k8s cluster.

statsServerAddress is the address of the stats server hosted in poseidon, this is used to get the cluster info from the heapster's custom poseidon sink. This cluster info will be used by Firmament knowledgebase while taking scheduling decision.

You can refer the design document for more info.

I will be closing this issue for now, if you still have any issues, please raise an issue and let us know.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants