You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: canary/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -773,9 +773,9 @@ Perform the following steps to deploy a sample application as a canary release.
773
773
774
774
1. Deploy the Citrix ingress controller using the steps in [deploy the Citrix ingress controller](https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/deploy/deploy-cic-yaml/). You can either deploy the Citrix ingress controller as a sidecar with Citrix ADC CPX or as a standalone pod which controls Citrix ADC VPX or MPX.
775
775
776
-
2. Deploy the `Guestbook` application.
776
+
2. Deploy the `Guestbook` application using the [guestbook-deploy.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/guestbook-deploy.yaml) file.
777
777
778
-
kubectl apply -f guestbook.yaml
778
+
kubectl apply -f guestbook-deploy.yaml
779
779
780
780
Following is the content of the `Guestbook` application.
781
781
@@ -802,7 +802,7 @@ Perform the following steps to deploy a sample application as a canary release.
802
802
- containerPort: 80
803
803
```
804
804
805
-
3. Deploy a service to expose the `Guestbook` application
805
+
3. Deploy a service to expose the `Guestbook` application using the [guestbook-service.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/guestbook-service.yaml) file.
806
806
807
807
kubectl apply -f guestbook-service.yaml
808
808
@@ -826,9 +826,9 @@ Perform the following steps to deploy a sample application as a canary release.
826
826
app: guestbook
827
827
```
828
828
829
-
4. Deploy the Ingress object for the `Guestbook` application.
829
+
4. Deploy the Ingress object for the `Guestbook` application using the [guestbook-ingress.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/guestbook-ingress.yaml) file.
830
830
831
-
kubectl apply -f guesbook-ingress.yaml
831
+
kubectl apply -f guestbook-ingress.yaml
832
832
833
833
```yml
834
834
apiVersion: extensions/v1beta1
@@ -848,7 +848,7 @@ Perform the following steps to deploy a sample application as a canary release.
848
848
servicePort: 80
849
849
```
850
850
851
-
5. Deploy a canary version of the `Guestbook` application.
851
+
5. Deploy a canary version of the `Guestbook` application using the [canary-deployment.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/canary-deployment.yaml) file.
852
852
853
853
kubectl apply –f canary-deployment.yaml
854
854
@@ -876,7 +876,7 @@ Perform the following steps to deploy a sample application as a canary release.
876
876
- containerPort: 80
877
877
```
878
878
879
-
6. Deploy a service to expose the canary version of the `Guestbook` application.
879
+
6. Deploy a service to expose the canary version of the `Guestbook` application using the [canary-service.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/canary-service.yaml) file.
880
880
881
881
kubectl apply –f canary-service.yaml
882
882
@@ -898,7 +898,7 @@ Perform the following steps to deploy a sample application as a canary release.
898
898
app: guestbook-canary
899
899
```
900
900
901
-
7. Deploy an Ingress object with annotations for the canary version of the `Guestbook` application.
901
+
7. Deploy an Ingress object with annotations for the canary version of the `Guestbook` application using the [canary-ingress.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/canary-ingress.yaml) file.
Copy file name to clipboardExpand all lines: docs/canary/canary.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -773,9 +773,9 @@ Perform the following steps to deploy a sample application as a canary release.
773
773
774
774
1. Deploy the Citrix ingress controller using the steps in [deploy the Citrix ingress controller](https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/deploy/deploy-cic-yaml/). You can either deploy the Citrix ingress controller as a sidecar with Citrix ADC CPX or as a standalone pod which controls Citrix ADC VPX or MPX.
775
775
776
-
2. Deploy the `Guestbook` application.
776
+
2. Deploy the `Guestbook` application using the [guestbook-deploy.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/guestbook-deploy.yaml) file.
777
777
778
-
kubectl apply -f guestbook.yaml
778
+
kubectl apply -f guestbook-deploy.yaml
779
779
780
780
Following is the content of the `Guestbook` application.
781
781
@@ -802,7 +802,7 @@ Perform the following steps to deploy a sample application as a canary release.
802
802
- containerPort: 80
803
803
```
804
804
805
-
3. Deploy a service to expose the `Guestbook` application
805
+
3. Deploy a service to expose the `Guestbook` application using the [guestbook-service.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/guestbook-service.yaml) file.
806
806
807
807
kubectl apply -f guestbook-service.yaml
808
808
@@ -826,9 +826,9 @@ Perform the following steps to deploy a sample application as a canary release.
826
826
app: guestbook
827
827
```
828
828
829
-
4. Deploy the Ingress object for the `Guestbook` application.
829
+
4. Deploy the Ingress object for the `Guestbook` application using the [guestbook-ingress.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/guestbook-ingress.yaml) file.
830
830
831
-
kubectl apply -f guesbook-ingress.yaml
831
+
kubectl apply -f guestbook-ingress.yaml
832
832
833
833
```yml
834
834
apiVersion: extensions/v1beta1
@@ -848,7 +848,7 @@ Perform the following steps to deploy a sample application as a canary release.
848
848
servicePort: 80
849
849
```
850
850
851
-
5. Deploy a canary version of the `Guestbook` application.
851
+
5. Deploy a canary version of the `Guestbook` application using the [canary-deployment.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/canary-deployment.yaml) file.
852
852
853
853
kubectl apply –f canary-deployment.yaml
854
854
@@ -876,7 +876,7 @@ Perform the following steps to deploy a sample application as a canary release.
876
876
- containerPort: 80
877
877
```
878
878
879
-
6. Deploy a service to expose the canary version of the `Guestbook` application.
879
+
6. Deploy a service to expose the canary version of the `Guestbook` application using the [canary-service.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/canary-service.yaml) file.
880
880
881
881
kubectl apply –f canary-service.yaml
882
882
@@ -898,7 +898,7 @@ Perform the following steps to deploy a sample application as a canary release.
898
898
app: guestbook-canary
899
899
```
900
900
901
-
7. Deploy an Ingress object with annotations for the canary version of the `Guestbook` application.
901
+
7. Deploy an Ingress object with annotations for the canary version of the `Guestbook` application using the [canary-ingress.yaml](https://github.com/citrix/citrix-k8s-ingress-controller/blob/master/example/simple-canary/canary-ingress.yaml) file.
Copy file name to clipboardExpand all lines: docs/deploy/deploy-api-gateway-using-gitops.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,7 @@ The API Gateway deployment CRD configures the following:
98
98
| ---------- | ----------- |
99
99
|`Repository`| Specifies the Git repository URL.|
100
100
|`Branch`| Specifies the Git branch name (By default, master). |
101
-
| `oas_secret_ref` | Specifies the Git access secret reference as a Kubernetes secret object name. **Note**: When creating a secret, keep the *user name* and *password* as the secret field names for user name and password.
102
-
|
101
+
|`oas_secret_ref`| Specifies the Git access secret reference as a Kubernetes secret object name. **Note**: When creating a secret, keep the *user name* and *password* as the secret field names for user name and password.|
103
102
|`User_name`| Specifies the Git user name. |
104
103
|`Password`| Specifies the Git password. **Note**: Credentials can be specified as a *git_secret_ref* as mentioned before or as user name and password in plain text format. |
105
104
|`Files`| The credentials for these OAS URLs can be accessed from the `oas_secret_ref` field or user_name and password field combinations. |
0 commit comments