-
-
### Create an ansible vault for your OpenShift.
As a team, create and edit an encrypted ansible vault with a password for the host secrets for your shared OpenShift inventory.
```bash
install -d /us…
-
Run on Kubernetes and Openshift with minimal customization (i.e. let the chart figure out where it's running and flip appropriate flags)
-
Story format...
> As a user I would like to process apache logs to gather
> metrics data on how often my data is being accessed.
Maybe add option to `status`?
-
We need a reliable way to upgrade an ISV OpenShift crane application.
1. Determine where the new version will be stored. Do we need a CLI option to override crane branch? Or should we create a config …
-
Use something to automatically deploy to openshift on demand or when changes to artifacts trigger builds in jenkins.
https://gist.github.com/jewzaam/6b6ac2a66fd73971b5ab
-
The idea is to setup a staging env on openshift public cloud. Create a new account on openshift, add new remote repo and perform the necessary changes in mvn build to get it working. First step should…
-
I am interested in testing this project out on my 3.5 cluster. I am receiving the below error when trying to add the template to the openshift project:
oc create -f guacamole-everything-template.y…
-
### Describe the bug
The provided description on [this site](https://quarkus.io/guides/deploying-to-openshift) about `quarkus.openshift.arguments` and `quarkus.openshift.command` are poor. I guess…
-
**What happened**
I am following this document on official document kubernetes.io [link](https://kubernetes.io/docs/tutorials/configuration/updating-configuration-via-a-configmap/).
While I followed…