Bipin Jethwani

Results 24 comments of Bipin Jethwani

Does it have to build the image every time I run "kamel run hello.groovy"?

@tadayosi I did follow the steps given in https://camel.apache.org/camel-k/1.9.x/installation/platform/kind.html In fact today I followed the approach ``` docker login kubectl create secret generic your-secret-name --from-file ~/.docker/config.json kamel install --registry docker.io...

@tadayosi It did work. I guess it was the network. I changed to mobile hotspot and it worked. Question: When I re-created the KIND cluster and ran the same integration...

@tadayosi So if I take this solution to production, camel-k will not use the tested kit-* but recreate a new one? Can't I export and import the integrationkit? Will that...

@astefanutti I think you have a perfect case for cloud native buildpacks, paketo maybe.

@willsheldon msiexec /a %USERPROFILE%/Downloads/AWSCLIV2.msi /qb TARGETDIR=%USERPROFILE%\awscli ![image](https://user-images.githubusercontent.com/5045325/128533436-a45e1d5f-caac-43ba-a31d-3d44fc691ef9.png)

In fact that's one of the reasons why authorization grant is exchanged for access token of out user's browser using more secure back channel in case of oauth and oidc

This issue impacted our design. For our platform based on k8s we wanted to use separate PKI for "aws iam for pods" and k8s service accounts.

@gonsuke It's not documented but looking at the code, I thought we ca use it? This code was checked-in in year 2017. Do you think it's broken? If so I...

Hi @lizdeika Can you help me fix this issue?