fusion-cloud-native
fusion-cloud-native copied to clipboard
Scripts and other tools for installing / operating Fusion on Kubernetes
Right now `kubectl` is hard coded. But you may have a custom Kubernetes CLI binary name. For example, openshift uses `oc`. We should make this a parameter that defaults to...
**What is the issue?** - the 'customize_fusion_values.yaml' example is showing that for 'pulsar-bookkeeper' we have the default endpoint '/metrics' on port '8000' for monitoring, but the 'pulsar-bookkeeper' service is not...
Helm 3.0.1 Manifest is a crd-install hook. This hook is no longer supported in v3 and all CRDs should also exist the crds/ directory at the top level of the...
kubectl 1.16.0 minikube 1.9.0 git pull 04/02/2020 ``` manifest_sorter.go:175: info: skipping unknown hook: "crd-install" manifest_sorter.go:175: info: skipping unknown hook: "crd-install" manifest_sorter.go:175: info: skipping unknown hook: "crd-install" manifest_sorter.go:175: info: skipping unknown...
When ingress is supplied to setup_f5_k8s.sh, the install script never satisfies the gateway found. Using Minikube 1.9.0, kubectl 1.16.0. git pull fusion-cloud-native on 04/01/2020 ``` Getting: ".Error from server (NotFound):...
helm install ${RELEASE} lucidworks/fusion --timeout=240s --namespace "${NAMESPACE}" --values ./minikube_default_f5_fusion_values.yaml --version 5.0.3-4 SUCCEEDS kubectl rollout status deployment/${RELEASE}-api-gateway --timeout=600s --namespace "${NAMESPACE}" error: deployment "f5-api-gateway" exceeded its progress deadline FAILED kubectl version 1.16...
https://github.com/lucidworks/fusion-cloud-native/blob/9071ce0cc314812b52bb72231af770034e013252/setup_f5_gke.sh#L340 Should be `--region "${GCLOUD_REGION}" or --zone "${GCLOUD_ZONE}"` https://github.com/lucidworks/fusion-cloud-native/blob/9071ce0cc314812b52bb72231af770034e013252/setup_f5_gke.sh#L352 Should be `/regions/${GCLOUD_REGION}/`
- Update readme to support running fusion on local k8s cluster