Giter Club home page Giter Club logo

bootstrap-kubernetes-demos's People

Contributors

drnic avatar immae1 avatar starkandwayne-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-kubernetes-demos's Issues

cf deploy hangs on last step - "load balancer ingress is empty"

The deploy step gets stuck at the end:

11:27:00PM: ---- waiting on 1 changes [298/299 done] ----
11:27:06PM: ongoing: reconcile service/istio-ingressgateway (v1) namespace: istio-system
11:27:06PM: ^ Load balancer ingress is empty
11:28:01PM: ---- waiting on 1 changes [298/299 done] ----
11:28:06PM: ongoing: reconcile service/istio-ingressgateway (v1) namespace: istio-system
11:28:06PM: ^ Load balancer ingress is empty
11:29:02PM: ---- waiting on 1 changes [298/299 done] ----
11:29:07PM: ongoing: reconcile service/istio-ingressgateway (v1) namespace: istio-system
11:29:07PM: ^ Load balancer ingress is empty
11:30:02PM: ---- waiting on 1 changes [298/299 done] ----
11:30:08PM: ongoing: reconcile service/istio-ingressgateway (v1) namespace: istio-system
11:30:08PM: ^ Load balancer ingress is empty
11:31:03PM: ---- waiting on 1 changes [298/299 done] ----
11:31:08PM: ongoing: reconcile service/istio-ingressgateway (v1) namespace: istio-system
11:31:08PM: ^ Load balancer ingress is empty
11:32:03PM: ---- waiting on 1 changes [298/299 done] ----
11:32:08PM: ongoing: reconcile service/istio-ingressgateway (v1) namespace: istio-system
11:32:08PM: ^ Load balancer ingress is empty
11:33:04PM: ---- waiting on 1 changes [298/299 done] ----
11:33:09PM: ongoing: reconcile service/istio-ingressgateway (v1) namespace: istio-system
11:33:09PM: ^ Load balancer ingress is empty

Timeout for knative not long enough (Azure)

I just ran the script (Azure version) to play with Knative with the following command bootstrap-kubernetes-demos up --azure --knative and noticed one thing:

  • The timeout call to validate knative setup kubectl wait -l app=controller pod --for condition=Ready -n knative-serving --timeout 30sis too short and the script will exit. It took almost 5 minutes until this pod was up and the condition met

Basename need extra operand in distros like ubuntu

If i run the boostrap-kubernetes-demos script under linux (in my case linux mint) i get weird outputs like this:

bootstrap-kubernetes-demos up --az basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information. basename: extra operand 'state/systems/scf' Try 'basename --help' for more information.

you can reproduce this within a docker ubuntu container:


$ docker run -it -v $PWD:/tmp/test ubuntu
root@735ba4641c26:/# cd /tmp/test/

root@735ba4641c26:/tmp/test# bootstrap-kubernetes-demos up --az
basename: extra operand 'state/systems/scf'
Try 'basename --help' for more information.
basename: extra operand 'state/systems/scf'
...... 

Knative install fails - Istio Lean yaml not found

Just encountered this issue on an Azure K8s (v 1.15.7) environment

kubectl apply --wait=true --filename https://raw.githubusercontent.com/knative/serving/master/third_party/istio-1.3.6/istio-lean.yaml
error: unable to read URL "https://raw.githubusercontent.com/knative/serving/master/third_party/istio-1.3.6/istio-lean.yaml", server reported 404 Not Found, status code=404

[scf] helm upgrade stucks on eirini part

I run: bootstrap-kubernetes-demos up --azure --scf

CF-Operator is deployed correct:
`--> Using cf-operator-v0.4.2+85.gc6d71da5.tgz

but then helm stucks on eirini:
`Install Cloud Foundry/Eirini (scf) for scf.suse.dev
--> Using scf-3.0.0-c656daa.tgz

^C
immi@immi-V`
i waited aprox. 15 min and then hitted crtl-c

separate namspaces cf-operator + kubecf

best practise for cf-operator is for it to go in its own namespace, and to watch kubecf namespace. Perhaps cf-operator-kubecf namespace -> kubecf namespace, to allow for multiple cf-operators -> watched namespace.

ytt problems

hi, I am running into problems with the directions at the point of using ytt.

I reverted to using Dockerhub instead of GCloud repo, to get past the problems when parsing app-registry.yaml.

However now I am blocked on setting up istio_static_ip. When I had that value in static-ip.yaml, I was getting this:

ytt: Error: Overlaying data values (in following order: values/00-values.yml, values/10-images.yml, values/20-secrets-config-values.yml, values/30-experimental-values.yml, cf-values.yml, static-ip.yml):
Document on line static-ip.yml:2:
Map item (key 'istio_static_ip') on line static-ip.yml:3:
Expected number of matched nodes to be 1, but was 0

Then I tried just adding istio_static_ip directly to cf-values.yml at the end, but now I am getting:

ytt: Error: Overlaying data values (in following order: values/00-values.yml, values/10-images.yml, values/20-secrets-config-values.yml, values/30-experimental-values.yml, cf-values.yml):
Document on line cf-values.yml:2:
Map item (key 'istio_static_ip') on line cf-values.yml:345:
Expected number of matched nodes to be 1, but was 0

any ideas helpful

[common] basename fails under linux

hi,
i used the updated repo and get the following warning outputs :

bootstrap-kubernetes-demos up --google basename: zusätzlicher Operand »state/systems/scf“ „basename --help“ liefert weitere Informationen. basename: zusätzlicher Operand »state/systems/scf“ ... snip....

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.