James Zabala
d05cd6b714
Delete harbor_email.png
...
Removing @vmware address image
2018-10-02 10:14:16 -04:00
Steven Zou
5fd9d0c59b
Add community meeting reference in the README of harbor repo
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-09-28 16:21:26 +08:00
Steven Zou
8b538cbc0a
Return the total count of charts under the project in project API
...
- add new interface method to get total count of charts under namespaces by calling get index
- add new field 'chart_count' in project model
- append chart count to the project model in project API
Signed-off-by: Steven Zou <szou@vmware.com>
2018-09-25 17:56:11 +08:00
Shane Utt
5d0788ee93
Minor improvements to Helm charts documentation
...
Signed-off-by: Shane Utt <shaneutt@linux.com>
2018-09-19 07:20:59 -04:00
Qian Deng
7873a0312a
Rename harbor-ui to harbor-core
...
1. Update the nginx.conf
2. Update Makefile
3. Update docker-compose
4. Update image name
5. Rename folder ui to core
6. Change the harbor-ui's package name to core
7. Remove unused static file on harbor-core
8. Remove unused code for harbor-portal
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-09-19 16:35:13 +08:00
Daniel Jiang
e7b56f6002
Update swagger.yaml for API to update password
...
The swagger was a little misleading about the API to update user's
password. This commit clarifies the usage of 'old_password' and 403
status code.
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-09-12 19:57:40 +08:00
Mia ZHOU
62cdccc5dd
Merge pull request #5848 from ninjadq/angular6
...
Frontend upgrade to angular6 and harbor portal refactor to a single container.
2018-09-10 11:00:22 +08:00
Qian Deng
ac6c9d79ba
Remove nodeclarity
...
Remove the nodeclarity container related code and ui_builder parameter no longer needed when build clarity
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-09-08 20:33:21 +08:00
stonezdj
0906fbfabe
Add document for manange role by LDAP group
...
Signed-off-by: stonezdj <stonezdj@gmail.com>
2018-09-07 18:39:30 +08:00
Qian Deng
d797c50438
Fix trivial issues about rename ui_ng to portal
...
Update ui_ng to portal
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-09-07 13:25:41 +08:00
Steven Zou
a9f2ff2c91
Enhance the global search API to include chart searching result
...
- add chart search interface method in utility handler
- update the search API handler
- update the search API UT case
Signed-off-by: Steven Zou <szou@vmware.com>
2018-09-05 20:13:27 +08:00
James Zabala
62fe0cdef9
Merge pull request #5682 from silenceshell/patch-2
2018-08-30 15:50:28 -04:00
Steven Zou
7752595313
Merge pull request #5759 from steven-zou/support_delete_chart
...
Delete all the versions of the specified chart
2018-08-30 17:03:08 +08:00
Steven Zou
34f19f437d
Delete all the versions of the specified chart
...
- add API route
- add DELETE chart method in utility handler of chart controller
- add UT case for the newly added methods
- update swagger.yaml to refelct the new change
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-30 16:31:05 +08:00
陈德
666bd692fe
Support repo list sorting
...
Signed-off-by: 陈德 <chende@caicloud.io>
2018-08-30 10:56:50 +08:00
Wenkai Yin
4e7c0d74ff
Merge pull request #5728 from arkadiyk/patch-1
...
fix broken link to Helm Chart
2018-08-28 17:22:25 +08:00
arkadiy kraportov
0b290e22e2
fix broken link to Helm Chart
...
Probably it's better to update the https://github.com/goharbor/harbor/blob/master/docs/installation_guide.md to point to the https://github.com/goharbor/harbor-helm rather than this deprecated guide
Signed-off-by: arkadiy kraportov <arkadiyk@gmail.com>
2018-08-28 17:23:45 +09:00
Daniel Jiang
e1153eec0a
Remove reference of docker-compsoe based HA
...
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-08-28 14:04:44 +08:00
wang yan
aacbf229d6
deprecate ova for harbor repository
...
This commit is to remove the document/tests of ova from harbor repository as decide to deprecate
ova installer in the future release.
Signed-off-by: wang yan <wangyan@vmware.com>
2018-08-24 13:05:01 +08:00
silenceshell
9342b78fc0
fix typo
...
Signed-off-by: silenceshell <me@ieevee.com>
2018-08-22 19:30:14 +08:00
wangyan
16e1115e65
Update migratrion guide for harbor.cfg migration
...
Signed-off-by: wangyan <wangyan@vmware.com>
2018-08-21 00:52:18 -07:00
Daniel Jiang
b6a614ed01
Update the screenshots in user guide
...
This commit updates the screenshots in the user guide to reflect the
latest UI.
It also removes the links of video demos as they are based on earlier
builds.
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-08-20 17:48:01 +08:00
wang yan
f2b31b871a
Add gc api of regsistryctl to swagger file
...
The api includes to trigger gc and add/update/delete gc schedule
Signed-off-by: Wang Yan <wangyan@vmware.com>
2018-08-17 16:44:47 +08:00
Steven Zou
8503bc7dec
Update the swagger.yaml file to contain the chart repo service APIs
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-16 10:30:24 +08:00
Steven Zou
34973f96ac
Append chart repo service related sections to the agenda of user guide doc
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-15 13:36:09 +08:00
Steven Zou
e67fa4af9b
Update the installation guide doc to append chart repo server related content
...
Signed-off-by: Steven Zou <szou@vmware.com>
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-15 11:46:27 +08:00
Steven Zou
880521518f
Merge pull request #5590 from steven-zou/add_chart_doc
...
Append chart repository server related guideline into the user guide document
2018-08-15 11:31:30 +08:00
wangyan
81c349a150
Signed-off-by: wangyan <wangyan@vmware.com>
...
Update the reference of docker images to goharbor
This commit is to update the reference of harbor migrator and ui builder to goharbor
2018-08-14 03:47:39 -07:00
Steven Zou
24549213ca
Append chart repository server related guideline into the user guide document
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-08-13 14:05:28 +08:00
stonezdj
d9b4b18943
Fix LDAP group related issues
...
User groups should not have same DN
Should not import an LDAP group if there is a user group with same DN
2018-08-07 12:02:38 +08:00
Daniel Jiang
0a07f0e039
Merge pull request #5402 from stonezdj/api_test
...
Add harbor API test
2018-08-06 17:30:07 +08:00
miaoshixuan
7649cc5f1b
update db migrator images name ( #5204 )
2018-08-03 12:29:02 +08:00
wangyan
d6a75d5224
Update migration guide for v1.6.0
2018-08-01 22:04:36 -07:00
Deng, Qian
8feb49c64e
Feature of helm chart UI
...
1. Add Charts list view
2. Add Charts card view
3. Add Chart version list view
4. Add chart version card view
5. Add Chart Detail Summary
6. Add Chart Detail Value
6. Add Chart Detail Deps
7. Update nodeclarity Dockerfile
8. Add markdown support
9. Add package-lock file to src
2018-08-01 13:20:06 +08:00
stonezdj
edcb2fbf05
Add Harbor API Test based on python API
...
Correct swagger.yaml format
Add make task swagger_client to gen and install python client.
Add LDAP related Test
2018-08-01 10:43:23 +08:00
Wenkai Yin
4ee6f6abdf
Update the user guide
...
This commit updates the user guide according to the comments from Louis
2018-07-25 13:04:19 +08:00
Wenkai Yin
be25d15fcc
Update the user guide
...
Add repllication label filter to the user guide and replace a few images used in the doc
2018-07-16 18:03:31 +08:00
James
65ffdbf3af
Tweaking partners.md
...
- Removing blank space at EoL
- Adding China Mobile
2018-07-13 12:55:42 -04:00
Daniel Jiang
c3149bee4e
Merge pull request #5241 from vmware/ninjadq-fix-type-on-migration-doc
...
Fix images name typo on migration doc
2018-07-13 17:46:09 +08:00
Daniel Jiang
ad7a85da51
Merge pull request #5200 from stonezdj/add_group_search_api
...
Add REST API to search LDAP by Group DN
2018-07-06 15:10:31 +08:00
stonezdj
62acdb14f3
Add settings to define admin with LDAP group DN
2018-07-05 14:46:44 +08:00
stonezdj
2494a7aaab
Add REST API to search LDAP by Group DN
...
Used to verify and search DN when adding group member to project
2018-07-05 12:55:44 +08:00
Wenkai Yin
e1000d5984
Merge pull request #5239 from ywk253100/180703_preview
...
Update guide of demo server
2018-07-05 10:39:22 +08:00
Qian Deng
9cf9faab1b
Fix images name typo on migration doc
...
Fix the typo of images name of migrator v 1.2
2018-07-03 21:22:04 +08:00
Wenkai Yin
797fdef8a9
Update the demo server guide
...
Update the guide of demo server according to the comments
2018-07-03 19:09:41 +08:00
Daniel Jiang
0033f71d29
Merge pull request #5183 from 48763/patch-1
...
Modify installation_guide.md
2018-07-03 18:37:28 +08:00
yixingj
3b5681258d
Harbor perview server user guide
...
User guide on how to use harbor preview server.
2018-07-03 16:02:57 +08:00
Steven Zou
6dfccc7dea
Merge pull request #5074 from ninjadq/ldap_search_ui
...
Add LDAP search UI
2018-07-03 15:30:18 +08:00
Deng, Qian
72dfdd552f
Add ldap serach
...
1. Add group management
2. Add rewrite import user to member ui
3. Add import group to member
4. Add new items in configuration page
2018-07-03 14:00:59 +08:00
Daniel Jiang
896139ee5f
Merge pull request #5224 from ywk253100/180629_swagger
...
Update the swagger file
2018-07-03 11:44:51 +08:00
Wenkai Yin
98c09766f3
Merge pull request #5176 from silenceshell/patch-1
...
SERVER_ID should be SERVER_IP
2018-06-29 18:55:24 +08:00
Wenkai Yin
2baee7a552
Update the swagger file
...
Fix #5168 by correcting the types of properties used in ProjectMetadata
2018-06-29 17:32:08 +08:00
Wenkai Yin
5552581c0c
Merge pull request #5199 from ywk253100/180621
...
Update docs
2018-06-29 12:52:55 +08:00
Daniel Jiang
173c8db295
Merge pull request #4930 from sigsbee/upgradetest
...
Add upgrade test tips
2018-06-29 11:20:07 +08:00
Wenkai Yin
aaa2cc1591
Update docs
...
Replace the email address with image to avoid junk emails
2018-06-29 10:08:27 +08:00
James
5d31dd5b57
New architecture diagram
...
Uploading new architecture diagram for documentation
2018-06-28 15:13:39 -04:00
myufei
c29635b9b0
Add upgrade test tips
...
Add tips and information before and after upgrade for Harbor
upgrade test
2018-06-28 19:01:15 +08:00
James
88941810ae
Updated registry_landscape.md
...
Simplified and tweaked registry landscape table.
2018-06-25 15:45:51 -04:00
Yuki
bf0ba46c46
Modify installation_guide.md
...
Modify HTTS of network port 4443 to HTTPS.
2018-06-25 09:40:14 +08:00
silenceshell
51dba20347
SERVER_ID should be SERVER_IP
2018-06-22 11:28:52 +08:00
James
1f85263b3f
Registry Landscape
...
Creating a high-level overview of different projects and tols available for
platform engineers / architects to leverage when attempting to deploy
a container registry.
If you find any errors please don't hesitate to submit a PR.
2018-06-21 15:01:36 -04:00
stonezdj
d6a4d79a03
Handle Invalid syntax and not found error
2018-06-20 14:27:29 +08:00
Wenkai Yin 79628
3298c05157
Provide an API to return the resources that a label is referenced by
...
The API returns the resources that the label is referenced by. The resources contain only replication policies for now.
2018-06-14 11:52:19 +08:00
Wenkai Yin 79628
0b10ed3164
Update partners and users of Harbor
2018-06-12 10:09:00 +08:00
Daniel Jiang
01b012afaf
Merge pull request #4950 from yixingjia/hadocs
...
Update HA docs to point to 1.5 branch
2018-06-11 13:36:46 +08:00
Wenkai Yin 79628
0c56493fb6
Soft delete label
...
Modify the deletion of label to soft deletion, in this way the names of deleted labels referenced by replication rules can be shown to users
2018-06-07 17:14:12 +08:00
Jonas Rosland
845f6709d9
Adding correct links, and minor edits for spelling ( #5080 )
2018-06-07 13:17:07 +08:00
sigsbee
8f9e264407
Update compile_guide.md ( #5031 )
...
Update compile_guide.md ,change ui builder version to 1.4.1
2018-05-23 22:13:14 -07:00
Wenkai Yin 79628
c421aec08b
Update swagger doc
...
Add inactive property for label object. The property is used to show the status of label in replication label filter.
2018-05-22 16:08:19 +08:00
Wenkai Yin 79628
ad62fffb0e
Add label filter in replication policy API
...
The label filter can be used to filter images when do the replication, this commit provides the filter in replication policy
2018-05-21 15:01:17 +08:00
yixingj
da54b94226
Update HA docs to point to 1.5 branch
...
Change harbor sql to point to 1.5.0 branch.
change keepalived configuration file and check script to 1.5.0 branch
2018-05-14 14:34:17 +08:00
Wenkai Yin 79628
07ffe425dd
Update API doc
...
Update the parameters used in request and the data of response of projects API in swagger
2018-05-03 14:37:00 +08:00
stonezdj
19c27cd107
Update swagger.yaml to add ldap group config parameters
...
Parameters include:
ldap_group_attribute_name
ldap_group_base_dn
ldap_group_search_filter
ldap_group_search_scope
2018-05-03 12:36:16 +08:00
stone
68cf63bbef
Merge pull request #4798 from stonezdj/release-1.5.0
...
Return 404 if user is not found
2018-04-27 17:01:17 +08:00
stone
993ad31e6e
Change the order of power off machine and pvscan command in step 2
...
Run pvscan command before power off the machine.
2018-04-25 11:27:14 +08:00
Daniel Jiang
28aea4d439
Merge pull request #4671 from wy65701436/read-only-doc
...
Add documemt for read only
2018-04-19 14:45:03 +08:00
wangyan
f0b48575a8
Add documemt for read only
2018-04-17 22:32:37 -07:00
Steven Zou
3804e311a6
Provide guideline about how to customize the look&feel of Harbor UI
...
support customizing product name
support customizing logo
support customizing login background image
support customizing about text with different languages
2018-04-17 19:21:19 +08:00
Daniel Jiang
62a4bac48e
Merge pull request #4674 from stonezdj/filter_not_work
...
Add project member search by name
2018-04-17 10:04:06 +08:00
Yan
254bdba687
Update migration document ( #4677 )
2018-04-16 19:33:42 +08:00
stonezdj
7e57c685ac
Add project member search by name
...
Previous implementation contains the search user by name feature. This implementation can search user and user group by name.
2018-04-16 18:38:10 +08:00
Qian Deng
e12826ef42
Merge pull request #4643 from ninjadq/add_test_case_and_doc
...
Add testcase and doc for cardview
2018-04-16 10:28:49 +08:00
yixingj
de91098fc5
Update HA docs
...
real IP -> your VIP
2018-04-13 18:21:37 +08:00
yixingj
221a8b0892
Update HA tempalte
...
Update the template.
Update the installation guide.
2018-04-13 11:12:48 +08:00
Deng, Qian
ddb5298ae6
Add testcase and doc for cardview
2018-04-12 19:55:46 +08:00
Daniel Jiang
0cc63c0616
Merge pull request #4625 from ywk253100/180411_doc
...
Update user guide for label management
2018-04-11 18:44:48 +08:00
stonezdj
de49165427
Refactor project member API
...
1) Remove the previous /api/projects/?:project_id/members/:userid
2) Move the /api/projects/:project_id/projectmembers/?:pmid to
/api/projects/:project_id/members/?:pmid
3) Change the project member maintain ui to call new REST API
2018-04-11 17:49:33 +08:00
Wenkai Yin 79628
6c42959be2
Update user guide
...
Add labal management description in user guide
2018-04-11 14:04:30 +08:00
Jesse Hu
f0f3cac6ed
Update high_availability_installation_guide.md ( #4589 )
...
Fix issue https://github.com/vmware/harbor/issues/4588
2018-04-09 15:27:38 +08:00
Daniel Jiang
53182ab407
Merge pull request #4439 from ronakbanka/master
...
Fix broken link in user doc
2018-04-08 11:07:01 +08:00
stone
df63a73fd4
Merge pull request #4483 from stonezdj/api4assign_role_to_group4
...
Add REST API for assign role to group
2018-04-04 16:19:37 +08:00
stonezdj
9bcfaedc0e
Add REST API for assign role to group
2018-04-04 13:39:42 +08:00
Daniel Jiang
722edc9c60
Merge pull request #3552 from Evalle/3462
...
[Skip CI] Add link to official docker documentation
2018-04-03 19:21:54 +08:00
Ronak Banka
22a9bbc97d
Fix broken link in user doc
2018-03-31 10:19:05 +08:00
Yan
cbcca015b0
add read only mode to stop docker push ( #4433 )
2018-03-23 03:16:08 -07:00
Jesse Hu
7cc8aa45b8
Update kubernetes_deployment.md to advocate Harbor Helm Chart
2018-03-22 08:15:11 +08:00
Yan
5edbd00318
Revise harbor build version ( #4445 )
2018-03-21 13:03:49 +08:00
Wenkai Yin
838b439560
Implement filter repository and tags by label API
2018-03-21 10:51:06 +08:00
Tan Jiang
c4414c9472
fix typo in swagger
2018-03-19 09:22:10 +08:00
Wenkai Yin
bcf81224ad
Update according to the comments
2018-03-14 13:42:19 +08:00
Wenkai Yin
36b9c4e458
Implement adding/removing labels to/from repositories and images API
2018-03-12 19:30:05 +08:00
Wenkai Yin
379f113452
Implement label management API
2018-03-09 12:17:27 +08:00
yixingjia
dcf16a84a6
Merge pull request #4212 from yixingjia/reorderconfig
...
Refactor DB configuration in harbor.cfg
2018-02-02 17:59:09 +08:00
yixingj
6c8bb9c73f
Refactor DB configuration in harbor.cfg
...
Put harbor_db, clair_db configuration together
2018-02-02 17:14:52 +08:00
Daniel Jiang
2031f11055
Merge pull request #4193 from ywk253100/180131_user_guide
...
Update replication part of user guide as some UI pages are changed
2018-02-02 15:41:53 +08:00
Daniel Jiang
e2dd4fcce9
Merge pull request #4154 from ninjadq/update_doc_for_descrption_repo
...
Update Docs for description repository
2018-02-02 15:38:25 +08:00
Wenkai Yin
6814efc9fc
Update replication part of user guide as some UI pages are changed
2018-01-31 13:23:13 +08:00
yixingjia
45c3afbdf2
Merge pull request #4168 from yixingjia/HAdocs
...
Update HA document.
2018-01-31 12:33:08 +08:00
yixingj
a8dc8d784f
Update HA document.
...
Format the docs
2018-01-30 18:13:35 +08:00
pengpengshui
f4270213ce
Merge pull request #4172 from pengpengshui/batchDelection
...
Modify replication list unsave when modify username or possword
2018-01-29 19:10:25 +08:00
yixingjia
bb479cbced
Merge pull request #3669 from yixingjia/harborRequiremnt
...
Harbor resource requirement doc
2018-01-29 17:07:19 +08:00
pfh
dca8459a13
Merge remote-tracking branch 'upstream/master' into batchDelection
2018-01-29 16:41:47 +08:00
Deng, Qian
70ee52edce
Update Docs for description repository
2018-01-29 15:14:08 +08:00
Daniel Jiang
c5643f807e
Merge pull request #4150 from reasonerjt/swagger-415
...
Update swagger doc to include description for status code 415
2018-01-29 14:05:55 +08:00
Tan Jiang
45d2b1923e
Update swagger doc to include description for 415 status code
2018-01-29 12:20:55 +08:00
stonezdj
310076597c
Add Harbor ova migration guide
2018-01-29 10:28:38 +08:00
pfh
163fba0f21
Modify md file for some batch delection operation and change some pictures
2018-01-26 17:25:38 +08:00
yixingjia
f9272e25ae
Merge pull request #3923 from yixingjia/HAdocs
...
High availability Deployment installation guide
2018-01-25 18:43:18 +08:00
yixingj
74d98e4c8c
High availability Deployment installation guide
...
HA installation guide for HA
2018-01-24 12:21:28 +08:00
Wenkai Yin
300463fe11
Merge pull request #4075 from ywk253100/180119_user_guide
...
Update replication part in user guide
2018-01-23 14:13:19 +08:00
Daniel Jiang
d18517c910
Merge pull request #4042 from stonezdj/ldap_doc_3962
...
Document update for LDAP/OVA
2018-01-22 15:45:37 +08:00
Wenkai Yin
eb7c0d19ad
Update replication part in user guide
2018-01-19 15:41:59 +08:00
Wenkai Yin
611709a7be
Add pagination support in listing replication policy API
2018-01-18 15:54:12 +08:00
stonezdj
72180e4d44
Document update for LDAP/OVA
2018-01-17 11:27:09 +08:00
stone
83faddcdef
Merge pull request #3965 from stonezdj/ldap_search_level2
...
Change ldap scope after refactor
2018-01-10 11:31:53 +08:00
Deng, Qian
da2bf64289
Update doc file to avoid issues when rollback from 1.3 to 1.2
2018-01-09 15:18:38 +08:00
stonezdj
aa4e36c61a
Change ldap scope after refactor
2018-01-08 16:59:15 +08:00
Wenkai Yin
96a63c56b1
Merge remote-tracking branch 'upstream/master' into 180103_merge
2018-01-03 10:32:03 +08:00
yixingj
3153705731
Harbor resource requirement doc
...
Add harbor resource requirement for Harbor installation guide
2018-01-02 16:22:45 +08:00
stone
027fa72df7
Merge pull request #3681 from stonezdj/ova_install_doc
...
Add harbor ova install guide
2017-12-26 13:47:58 +08:00
stonezdj
110ff691ca
Add harbor ova install guide
2017-12-26 12:49:37 +08:00
Daniel Jiang
1c2d5e8036
Merge pull request #3638 from CMUH/k8s/bump-to-newer-resource
...
Bump many resources type to newer ones of Kubernetes
2017-12-26 11:44:29 +08:00
Wenkai Yin
3be1d5a7fd
Assign read-only privilege of replication policy to project admin and add stopping replication jobs API.
2017-12-25 23:49:21 +08:00
Wenkai Yin
665a54edc3
Merge remote-tracking branch 'upstream/master' into 171213_merge
2017-12-13 13:40:24 +08:00
Yan
bcb74dde83
Merge pull request #3730 from sigsbee/updateguide
...
Add link to user guide overview issue#3519
2017-12-10 20:49:24 -08:00
Qian Deng
5de872486c
Merge pull request #3692 from ywk253100/171127_repo_desc
...
Add update repository API to support description of repository
2017-12-04 17:25:38 +08:00
Wenkai Yin
2ba3758472
Update the replicatoin APIs in swagger.yaml
2017-12-04 15:39:40 +08:00
myufei
4e87152cd5
Add link to user guide overview issue#3519
2017-12-02 02:36:30 +08:00
Wenkai Yin
7ccdce33a0
Refactor ping target API
...
Merge ping target API by ID into ping target API
2017-11-29 17:15:03 +08:00
Wenkai Yin
8d9af50bbc
Add update repository API to support description of repository
2017-11-27 14:18:57 +08:00
A31882(Wu Yi Chung)
0ae6eccde4
Replace Nginx-Proxy with Ingress
2017-11-27 09:25:24 +08:00
A31882(Wu Yi Chung)
ae2b702ea5
Replace ReplicationController with Deployment
2017-11-24 16:50:09 +08:00
Wenkai Yin
1c338ed30b
Add replication manual trigger API & update replication/policy API docs
2017-11-24 10:50:10 +08:00
JJ Asghar
b38ebd6b29
Update installation_guide.md ( #3558 )
...
It's technically OpenStack not Openstack.
2017-11-19 22:39:34 -06:00
JJ Asghar
64431610ec
Update kubernetes_deployment.md ( #3565 )
...
Some formatting to make it look prettier.
2017-11-19 22:39:00 -06:00
Wenkai Yin
249fd61dce
Update installation guide for release 1.3
2017-11-17 16:21:07 +08:00
Evgeny Shmarnev
17c61b6ef7
Add link to official docker documentation
2017-11-15 09:14:00 +01:00
Wenkai Yin
e4f2711f4f
Update user guide for release 1.3
2017-11-13 12:40:24 +08:00
Wenkai Yin
5cef58baa1
update according to the comments
2017-11-08 17:53:41 +08:00
Daniel Jiang
7cd44e4eb6
Merge pull request #3540 from cmingxu/patch-1
...
Update kubernetes_deployment.md
2017-11-07 15:17:18 +08:00