Skip to content

brendandburns/smi-adapter-istio

 
 

Repository files navigation

smi-adapter-istio

Contributing

Please refer to CONTRIBUTING.md for more information on contributing to the specification.

How to build

  • Install the Operator SDK CLI
  • Choose the container image name for the operator and build:
export OPERATOR_IMAGE=docker.io/servicemeshinterface/smi-adapter-istio:latest
make
  • Push on your container registry:
make push

How to install

After installing Istio you can deploy the adapter in the istio-system namespace with:

kubectl apply -R -f deploy/

Documentation

About

SMI adapter for Istio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.9%
  • Shell 2.7%
  • Makefile 2.0%
  • Dockerfile 1.4%