#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:
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user