Skip to content

Commit 8335679

Browse files
committed
Fix README. Remove wrappers.
1 parent 35d36f7 commit 8335679

File tree

11 files changed

+2
-1224
lines changed

11 files changed

+2
-1224
lines changed

spring-cloud-kubernetes-examples/kubernetes-loadbalancer-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ IMPORTANT: In order for this setup to work, you need to grant permissions to ret
1515
First, create a new virtual machine provisioned with Kubernetes on your laptop using the command `minikube start`.
1616

1717
Next, you can compile your project and generate the Kubernetes resources (yaml files containing the definition of the pod, deployment, build, service and route to be created)
18-
like also to deploy the application on Kubernetes in one maven line by running the following command one by one in both `greeting-service` and `name-service`
18+
like also to deploy the application on Kubernetes in one maven line by running:
1919

2020
```
21-
./mvnw clean install fabric8:deploy -Dfabric8.generator.from=fabric8/java-jboss-openjdk8-jdk -Pkubernetes
21+
mvn clean install fabric8:deploy -Dfabric8.generator.from=fabric8/java-jboss-openjdk8-jdk -Pkubernetes
2222
```
2323

2424
### Call the Greeting service

spring-cloud-kubernetes-examples/kubernetes-loadbalancer-example/greeting-service/.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

spring-cloud-kubernetes-examples/kubernetes-loadbalancer-example/greeting-service/.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)