Giter Club home page Giter Club logo

nmos-kubernetes's Introduction

nmos-kubernetes's People

Contributors

networkop avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

rhastie

nmos-kubernetes's Issues

Gateway API version?

Reading k8_gateways READMe it states but it support GatewayAPI CRDs of v0.4.0.

Can I confirm this is the case as IIRC you stated when I was trying v1.0 that its something like v0.8 that was supported. I'd like to make sure I follow the latest if possible. Could you confirm what I should use please?

Thanks,
Rich

Hitting a few issues - Trying to work around problems

@networkop I'm currently working round some changes to the upstream installs and I was hope for your assistance here:

  1. Worked round errors on "ConfigInLine" on command: helm install metallb metallb/metallb -f values.yaml

Using: New "resource.yaml" file

apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
  name: l2-ip
  namespace: metallb
spec:
  ipAddressPools:
  - default-pool
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
  name: default-pool
  namespace: metallb
spec:
  addresses:
  - 198.51.100.0/24

Follwed by:

kubectl create namespace metallb
helm install metallb metallb/metallb --namespace metallb
kubectl apply -f resources.yaml
  1. Worked round error with: kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.0" | kubectl apply -f -

Using following as alternative: kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml

  1. Now stuck on k8s_gateway install. I get the following error when executing: helm install exdns -f dns-values-http.yml k8s_gateway/k8s-gateway
C:\nmos-kubernetes>helm install exdns -f dns-values-http.yml k8s_gateway/k8s-gateway
Error: INSTALLATION FAILED: template: k8s-gateway/templates/deployment.yaml:38:45: executing "k8s-gateway/templates/deployment.yaml" at <uniq>: error calling uniq: Cannot find uniq on type string

C:\nmos-kubernetes>helm install exdns -f dns-values-http.yml k8s_gateway/k8s-gateway --dry-run
Error: INSTALLATION FAILED: template: k8s-gateway/templates/deployment.yaml:38:45: executing "k8s-gateway/templates/deployment.yaml" at <uniq>: error calling uniq: Cannot find uniq on type string

Any ideas? Any suggestions on the error?

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.