#37: Document how to make the namespace available to the pod. Add warning to the logs if namespace is unknown. Expose namespace through the pod health indiciator.

This commit is contained in:
Ioannis Canellos
2016-07-15 16:29:42 +03:00
parent b9c52d4bc1
commit 4e9147b309
5 changed files with 31 additions and 0 deletions

View File

@@ -76,6 +76,7 @@
<properties>
<!-- Dependency Versions -->
<commons-logging.version>1.2</commons-logging.version>
<kubernetes-client.version>1.3.83</kubernetes-client.version>
<lombok.version>1.16.8</lombok.version>
<servlet-api.version>2.5</servlet-api.version>
@@ -205,6 +206,12 @@
<version>${servlet-api.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>