mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Spelling fixes inspired by github.com/client9/misspell
This commit is contained in:
@@ -41,7 +41,7 @@ This sidecar mode brings a new workflow for Java users:
|
||||
|
||||

|
||||
|
||||
As you can see, user can create a `sample:v2` container as sidecar to "provide" war file to Tomcat by copying it to the shared `emptyDir` volume. And Pod will make sure the two containers compose an "atomic" scheduling unit, which is perfect for this case. Thus, your application version management will be totally seperated from web server management.
|
||||
As you can see, user can create a `sample:v2` container as sidecar to "provide" war file to Tomcat by copying it to the shared `emptyDir` volume. And Pod will make sure the two containers compose an "atomic" scheduling unit, which is perfect for this case. Thus, your application version management will be totally separated from web server management.
|
||||
|
||||
For example, if you are going to change the configurations of your Tomcat:
|
||||
|
||||
|
Reference in New Issue
Block a user