# edgex-operator **Repository Path**: JasonRobin/edgex-operator ## Basic Information - **Project Name**: edgex-operator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: helm - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-25 - **Last Updated**: 2021-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Using k8s operator to deploy EdegxFoundry ## Prerequisites - operator-sdk v1.0.0 - Kubernetes v1.16.0+ cluster - helm chart ## Installation - deploy crd
     cd edgex-operator
     kubectl apply -f /config/crd/base/edgex.deploy_edgices.yaml
    
- run operator-sdk outside the cluster
     make run
    
- deploy edgex cr
      kubectl apply -f config/samples/edgex_v1_edgex.yaml
    
## Uninstallation - uninstall
     kubectl delete Edgex edgex-sample
     kubectl delete crd edgexs.edgex.deploy
    
## Relevant reference Running operator-sdk as a pod inside a Kubernetes cluster [reference](https://sdk.operatorframework.io/docs/building-operators/helm/tutorial/)