mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-15 10:55:37 +00:00
removed git conflict resolution text
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
---
|
||||
title: Adding a Sidecar
|
||||
<<<<<<< HEAD
|
||||
weight: 200
|
||||
=======
|
||||
weight:
|
||||
>>>>>>> undrafting, adding weight
|
||||
---
|
||||
A _sidecar_ is a container that extends or enhances the main container in a pod. The main container and the sidecar share a pod, and therefore share the same network space and storage. You can add sidecars to existing workloads by using the **Add a Sidecar** option.
|
||||
|
||||
|
||||
@@ -39,11 +39,7 @@ ingress:
|
||||
```
|
||||
## Configuring NGINX Ingress Controller
|
||||
|
||||
<<<<<<< HEAD
|
||||
For the configuration of nginx, there are configuration options available in Kubernetes. There are a [list of options for the NGINX config map](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/configmap.md) , [command line extra_args](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/cli-arguments.md) and [annotations](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/).
|
||||
=======
|
||||
For the configuration of nginx, there are some configuration options. There are a [list of options](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/) for the nginx config map and [command line extra_args](https://kubernetes.github.io/ingress-nginx/user-guide/cli-arguments/).
|
||||
>>>>>>> nginx references
|
||||
|
||||
```yaml
|
||||
ingress:
|
||||
|
||||
Reference in New Issue
Block a user