Skip to content

Commit e929e62

Browse files
committed
fix(exapp_development): remove unneeded harp_frp_address flag for k8s
Signed-off-by: Edward Ly <contact@edward.ly>
1 parent d8c93dc commit e929e62

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

developer_manual/exapp_development/scaling/KubernetesSetup.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,16 +218,10 @@ your container ID or name, and ``<GATEWAY_IP>`` with the gateway from
218218
"http" "<GATEWAY_IP>:8780" "http://nextcloud.local" \
219219
--harp \
220220
--harp_shared_key "some_very_secure_password" \
221-
--harp_frp_address "<GATEWAY_IP>:8782" \
222221
--k8s \
223222
--k8s_expose_type=nodeport \
224223
--set-default
225224
226-
.. note::
227-
228-
While the ``--harp_frp_address`` is a required argument for the ``docker`` command,
229-
it is not used by Kubernetes at all.
230-
231225
Verify:
232226

233227
.. code:: bash

0 commit comments

Comments
 (0)