Adding HashiCorp Nomad homepage links (#567)

* Add nomad link to readme.
This commit is contained in:
Anubhav Mishra
2019-04-03 23:08:26 -07:00
committed by Brian Goff
parent 261359d20e
commit 455b0cc4a6
2 changed files with 3 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ Easy instructions and a sample configuration file is available in the [AWS Farga
### HashiCorp Nomad Provider
HashiCorp Nomad provider for Virtual Kubelet connects your Kubernetes cluster
HashiCorp [Nomad](https://nomadproject.io) provider for Virtual Kubelet connects your Kubernetes cluster
with Nomad cluster by exposing the Nomad cluster as a node in Kubernetes. By
using the provider, pods that are scheduled on the virtual Nomad node
registered on Kubernetes will run as jobs on Nomad clients as they

View File

@@ -1,6 +1,6 @@
# HashiCorp Nomad Provider for Virtual Kubelet
HashiCorp Nomad provider for Virtual Kubelet connects your Kubernetes cluster
HashiCorp [Nomad](https://nomadproject.io) provider for Virtual Kubelet connects your Kubernetes cluster
with Nomad cluster by exposing the Nomad cluster as a node in Kubernetes. By
using the provider, pods that are scheduled on the virtual Nomad node
registered on Kubernetes will run as jobs on Nomad clients as they
@@ -116,4 +116,4 @@ spec:
operator: Exists
- key: hashicorp.com/nomad
effect: NoSchedule
```
```