Skip to content

Commit

Permalink
Added changes to support the Get and Create and Delete Pod
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklypriyansh-2 committed Sep 12, 2023
1 parent 460cd79 commit 97881e7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,34 @@
[![License](https://img.shields.io/github/license/SaladTechnologies/virtual-kubelet-saladcloud)](./LICENSE) [![CI Workflow](https://github.com/SaladTechnologies/virtual-kubelet-saladcloud/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/SaladTechnologies/virtual-kubelet-saladcloud/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/SaladTechnologies/virtual-kubelet-saladcloud)](https://goreportcard.com/report/github.com/SaladTechnologies/virtual-kubelet-saladcloud)

Salad's Virtual Kubelet (VK) provider for SaladCloud enables running Kubernetes (K8s) pods as container group deployments.

To Setup the project
1. Clone the repo command
```bash
git clone
```
2. Install the dependencies
```bash
go mod download
```
3. Build the project
```bash
go build
```
4. Run the project
```bash
go run main.go --nodename {valid_node_name} --projectName {projectName} --organizationName {organizationName} --api-key {api-key} --kubeconfig {kubeconfig}
```

## Prerequisites
You should have valid configuration required to run the project

go to portal.salad.io and create a project and get the api-key and organization name
set the kubeconfig to the valid kubeconfig file


1. Valid ApiKey and OrganizationName
2. Valid Kubeconfig
3. Valid NodeName
4. Valid ProjectName

0 comments on commit 97881e7

Please sign in to comment.