James Strachan
James Strachan
folks can always use kubectl too though I guess but it might be nice to start/stop flows from the CLI ``` funktion start fn cheese funktion stop flow beer funktion...
right now when we modify a `Function` or `Flow` the operator updates the Deployment. So if you update the Deployment - for example to scale it - the `replicas` usually...
we now add the order property in the generated connectors. e.g. https://github.com/funktionio/funktion-connectors/blob/master/connectors/connector-twitter/src/main/fabric8/twitter-cm.yml#L59 so when we ask users to edit the properties we should iterate through them in the correct order...
I had an experiment using HTTP and HTML redirects or generating a link in HTML but it seems Chrome doesn't treat URLs of this form as being something you can...
on the fabric8-maven-plugin we have to handle the case that: * the user is running on kubernetes or OpenShift with access to the docker socket; so perform docker builds via...
i.e. figure out a way to define `parameters` and then refer to them in the kedge file using some kind of syntax, such as `${FOO}` that then gets passed through...
the https://github.com/fabric8io/fabric8-pipeline-library and https://github.com/fabric8io/fabric8-jenkinsfile-library use a docker image called [fabric8/builder-clients](https://github.com/fabric8io/builder-clients) which contains common CLI tools used in jenkins pipelines like `docker, kubectl, oc`. It'd be nice whenever there's a kedge...
some resources should not be distributed with your app's Kubernetes YAML (or OpenShift Template or Helm chart) and may be maintained separately & out of band in a per environment...
it [sounds like](https://kubernetes.slack.com/archives/C9MBGQJRH/p1603774489372600) we currently need to manually set the `registryOwnerOrg` on `jx-requirements.yml` to avoid the ECR image being ` /mygitorg/my-project:0.1.3` rather than the real ECR ` /11010101010101/my-project:0.1.3.` maybe the...