From 455b0cc4a6487a7550c717ac1b98f10b48acf1d5 Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Wed, 3 Apr 2019 23:08:26 -0700 Subject: [PATCH] Adding HashiCorp Nomad homepage links (#567) * Add nomad link to readme. --- README.md | 2 +- providers/nomad/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b539a2999..6afdd2935 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/providers/nomad/README.md b/providers/nomad/README.md index 0e5f75e12..26b893693 100644 --- a/providers/nomad/README.md +++ b/providers/nomad/README.md @@ -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 -``` \ No newline at end of file +```