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
ng like that in your local machine what you think it's the issue. > > Good luck with that > > On Sunday, December 10, 2017, Henry Hottelet > wrote: > >> Rodrigo, >> >> I have decided to go down another path, and consider Dynamic changes to >

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 > wrote: > >> *How to pass argum

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" > > 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 >> Docker argumen

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

2017-12-07 Thread Henry Hottelet
running 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" > > wrote: > >> >> Is there not a way to pass

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

2017-12-07 Thread Henry Hottelet
nable 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" > > wrote: > >> >> Is there not a way to pass arguments from command line to the Pod >&

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

2017-12-07 Thread Henry Hottelet
one > that is built-in. > > On Dec 7, 2017 10:12 AM, "Henry Hottelet" > > 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 >> D

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

2017-12-07 Thread Henry Hottelet
wrote: > > You want a template expander before you get to kubectl. Otherwise, the > thing that is running 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:

[kubernetes-users] Re: adding docker run --log-opt arguments to deployments

2017-12-07 Thread Henry Hottelet
I see what you want to do with passing java arguments to the Kubernetes Pod definition. I had the same problem described here: https://groups.google.com/forum/#!topic/kubernetes-users/B9BBECu17z0 Did you have any success resolving the problem of passing java arguments to a Kubernetes Pod servic

[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 ./target/sprin

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" > > wrote: > >> >> A problem: >> >> Docker argument

[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: apiVersi