Re: [kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-10 Thread Henry Hottelet
Rodrigo, It is Datastax driver, not my driver for clarification. -Henry On Sunday, December 10, 2017 at 12:29:29 PM UTC-5, Henry Hottelet wrote: > > Rodrigo, > > I am going to do a remote test with Docker, however it has to be mapped to > a public IP address. At that point, t

Re: [kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-10 Thread Henry Hottelet
l machine what you think it's the issue. > > Good luck with that > > On Sunday, December 10, 2017, Henry Hottelet <hott...@gmail.com > > wrote: > >> Rodrigo, >> >> I have decided to go down another path, and consider Dynamic changes to >> IPaddres

Re: [kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-10 Thread Henry Hottelet
point of that phrasing? > > Someone was trying to help, maybe there was some miscommunication and the > suggested solution was not what better fits you now. That's all, right? > > On Thursday, December 7, 2017, Henry Hottelet <hott...@gmail.com > > wrote: > >> *

Re: [kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-07 Thread Henry Hottelet
> that is built-in. > > On Dec 7, 2017 10:12 AM, "Henry Hottelet" <hott...@gmail.com > > wrote: > >> >> Is there not a way to pass arguments from command line to the Pod >> specification? There should be, because this is not the first time that a >>

Re: [kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-07 Thread Henry Hottelet
ing isn't reflected by any versionable artifact. > > Because templating is a high-opinion space, we do not (currently) have one > that is built-in. > > On Dec 7, 2017 10:12 AM, "Henry Hottelet" <hott...@gmail.com > > wrote: > >> >> Is ther

Re: [kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-07 Thread Henry Hottelet
artifact. > > Because templating is a high-opinion space, we do not (currently) have one > that is built-in. > > On Dec 7, 2017 10:12 AM, "Henry Hottelet" <hott...@gmail.com > > wrote: > >> >> Is there not a way to pass arguments from command li

Re: [kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-07 Thread Henry Hottelet
> that is built-in. > > On Dec 7, 2017 10:12 AM, "Henry Hottelet" <hott...@gmail.com > > wrote: > >> >> Is there not a way to pass arguments from command line to the Pod >> specification? There should be, because this is not the first time

[kubernetes-users] Kubernetes Pod arguments not applied correctly to Docker image, and arguments are missing

2017-12-07 Thread Henry Hottelet
The Kubernetes Pod should properly accept arguments as does Docker. See Pod.yaml https://github.com/quantum-fusion/springboot_swagger_example-master-cassandra/blob/master/Kubernetes/singlePod.yaml The problem is that the program accepts arguments from java command line: java -jar

Re: [kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-07 Thread Henry Hottelet
in to source control. There are porcelain commands, eg. kubectl run, which > are closer to docker run, but less suitable to source control. > > On Dec 7, 2017 9:56 AM, "Henry Hottelet" <hott...@gmail.com > > wrote: > >> >> A problem: >> >> Do

[kubernetes-users] how to pass kubernetes pods arguments like Docker arguments from command line

2017-12-07 Thread Henry Hottelet
A problem: Docker arguments will pass from command line: docker run -it -p 8080:8080 joethecoder2/spring-boot-web -Dcassandra_ip=127.0.0.1 -Dcassandra_port=9042 However, when I do: kubectl create -f ./singlePod.yaml Kubernetes POD arguments will not pass from singlePod.yaml file: