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: docs/known-differences-with-cf-for-vms.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ In Kofiri `--strategy=rolling` is implemented using k8S rolling update capabilit
22
22
## Apps
23
23
### App Security Groups
24
24
25
-
CF supports [app security groups](https://docs.cloudfoundry.org/concepts/asg.html)https://docs.cloudfoundry.org/concepts/asg.html which could be used to controll the egress traffic.
25
+
CF supports [app security groups](https://docs.cloudfoundry.org/concepts/asg.html) which could be used to controll the egress traffic.
26
26
27
27
### Instance Identity Credentials
28
28
29
-
CF manages for every app instance unique certificates which are known as [instance identity credentials](https://docs.cloudfoundry.org/devguide/deploy-apps/instance-identity.html)https://docs.cloudfoundry.org/devguide/deploy-apps/instance-identity.html. They are used e.g. by the GoRouter to make sure that an incomming request reaches the right app instance.
29
+
CF manages for every app instance unique certificates which are known as [instance identity credentials](https://docs.cloudfoundry.org/devguide/deploy-apps/instance-identity.html). They are used e.g. by the GoRouter to make sure that an incomming request reaches the right app instance.
30
30
31
31
### SSH Access
32
32
33
-
The CF CLI supports [ssh log in](https://docs.cloudfoundry.org/devguide/deploy-apps/ssh-apps.html)https://docs.cloudfoundry.org/devguide/deploy-apps/ssh-apps.html to running CF app instances.
33
+
The CF CLI supports [ssh log in](https://docs.cloudfoundry.org/devguide/deploy-apps/ssh-apps.html) to running CF app instances.
0 commit comments