├── .gitignore ├── .travis.yml ├── 404.md ├── CNAME ├── Gemfile ├── README.md ├── Rakefile ├── _config.yml ├── _data ├── alerts.yml ├── cmdargs.yml ├── definitions.yml ├── glossary.yml ├── kvdbargs.yml ├── menu.yml ├── samplelist.yml ├── sidebars │ ├── home_sidebar.yml │ ├── mydoc_sidebar.yml │ ├── other.yml │ ├── product1_sidebar.yml │ └── product2_sidebar.yml ├── strings.yml ├── tags.yml ├── terms.yml └── topnav.yml ├── _includes ├── amp-nav.html ├── amp-sidebar.html ├── amp.bootstrap.css ├── amp.custom.css ├── archive.html ├── asciinemaPlayer.html ├── asg │ ├── asg-prereqs.md │ ├── aws-prereqs.md │ ├── cli.md │ ├── ebs-template.md │ ├── gcp-template.md │ ├── k8s-asg.md │ ├── px-asg-intro.md │ ├── storage-less-node-1.4.md │ └── storage-less-node-1.5.md ├── breadcrumbcrawl.html ├── callout.html ├── cmdargs.md ├── critical.css ├── custom │ ├── getting_started_series.html │ ├── getting_started_series_next.html │ ├── series_acme.html │ ├── series_acme_next.html │ ├── sidebarconfigs.html │ ├── usermap.html │ └── usermapcomplex.html ├── disqus.html ├── docker-prereqs.md ├── feedback.html ├── footer.html ├── google_analytics.html ├── head.html ├── head_print.html ├── header.html ├── icon-github.html ├── icon-github.svg ├── icon-twitter.html ├── icon-twitter.svg ├── identify-storage-devices.md ├── image.html ├── important.html ├── initialize_shuffle.html ├── inline_image.html ├── k8s-monitor-install.md ├── k8s-non-root-access.md ├── k8s-spec-generate.md ├── k8s │ ├── katacoda.md │ └── stork │ │ └── stork-prereq.md ├── katacoda-px-k8s.html ├── leadlander.html ├── links.html ├── marketo_analytics.html ├── nav.html ├── navigation.html ├── note.html ├── page-footer.html ├── page-header.html ├── px-k8s-prereqs.md ├── px-prereqs.md ├── pxctl │ ├── pxctl-after-docker-install.md │ └── volume │ │ ├── volume-create-help-1.2.md │ │ ├── volume-create-help-1.3.md │ │ ├── volume-create-snap-sched-example.md │ │ ├── volume-help-1.2.md │ │ ├── volume-help-1.3.md │ │ ├── volume-inspect-example.md │ │ ├── volume-inspect-json-example.md │ │ ├── volume-list-help-1.3.md │ │ ├── volume-snap-create-1.3.md │ │ ├── volume-snap-delete-1.3.md │ │ ├── volume-snap-delete-help-1.3.md │ │ ├── volume-snap-help-1.2.md │ │ ├── volume-snap-help-1.3.md │ │ └── volume-snap-list-1.3.md ├── ribbon.html ├── runc │ ├── runc-configure-portworx.md │ ├── runc-enable-portworx.md │ └── runc-install-bundle.md ├── schema │ └── breadcrumbs.html ├── secrets │ ├── intro.md │ ├── k8s │ │ ├── enc-storage-class-spec.md │ │ ├── other-providers-pvc-encryption.md │ │ └── storage-class-encryption.md │ ├── per-volume-secret.md │ ├── set-ibm-cluster-wide-secret.md │ └── volume-cluster-wide-secret.md ├── sidebar.html ├── snap-schedule-format.md ├── taglogic.html ├── tip.html ├── toc.html ├── topnav.html ├── vimeoPlayer.html ├── warning.html └── youtubePlayer.html ├── _layouts ├── amp.html ├── compress.html ├── default.html ├── default_print.html ├── none.html ├── page.html ├── page_print.html └── post.html ├── _sass ├── custom-algolia.scss ├── customstyles.scss ├── docsearch.scss ├── font-awesome │ ├── _animated.scss │ ├── _bordered-pulled.scss │ ├── _core.scss │ ├── _fixed-width.scss │ ├── _icons.scss │ ├── _larger.scss │ ├── _list.scss │ ├── _mixins.scss │ ├── _path.scss │ ├── _rotated-flipped.scss │ ├── _screen-reader.scss │ ├── _stacked.scss │ ├── _variables.scss │ └── font-awesome.scss ├── lavish-bootstrap.scss ├── marketing-footer.scss ├── marketing-nav.scss ├── marketing-styles.scss ├── modern-business.scss ├── portworx.master.scss ├── syntax.scss └── theme-orange-accent.scss ├── application-solutions.md ├── applications ├── cassandra-px-perf-test.md ├── cassandra-snaps.md ├── cassandra.md ├── couchdb-pic-001.PNG ├── couchdb-pic-002.PNG ├── couchdb.md ├── docker-compose.md ├── docker-registry.md ├── hadoop-docker.md ├── jenkins.md ├── kafka.md ├── mssql-server.md ├── mysql.md ├── nfs.md ├── object-storage.md ├── postgres.md ├── redis.md └── spark-standalone-px.md ├── architecture.md ├── build ├── README.md ├── deploy-amp.sh ├── marketing-blocks.sh ├── test-amp.sh ├── test-google.sh ├── test.sh └── update-googlelinks.sh ├── casts └── install.cast ├── cloud-config.md ├── cloud ├── aws │ ├── asg.md │ ├── ec2.md │ ├── ecs.md │ ├── eks.md │ ├── kops-asg.md │ └── portworx-sysvinit.sh ├── azure │ ├── aks.md │ ├── azure.md │ ├── dcos-acs-engine.md │ └── k8s-acs-engine.md ├── backups.md ├── digitalocean.md ├── gcp │ ├── gcp.md │ └── gke.md ├── ibm │ ├── ibm-cloud-iks.md │ └── ibm-cloud-private-icp.md ├── migration-pxctl.md ├── migration-stork.md ├── migration.md ├── packet.md ├── rackspace.md ├── softlayer.md └── terraform.md ├── control ├── asg-clouddrive.md ├── cloud.md ├── cluster-options.md ├── cluster.md ├── config-json.md ├── credentials.md ├── groupsnap.md ├── host.md ├── license.md ├── openstorage-sdk.md ├── rest-api.md ├── secrets.md ├── service.md ├── snap-1.2.md ├── snap-1.3.md ├── snap.md ├── status.md └── volume.md ├── css ├── asciinema-player.css ├── bootstrap.min.css ├── bundle.scss ├── cayman.css ├── font-awesome.min.css ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── main.css ├── norrmalize.css ├── printstyles.css ├── theme-blue.css ├── theme-green.css └── theme-orange.css ├── developer └── index.md ├── devicemapper-setup.sh ├── enterprise ├── add-existing-px-node-to-lighthouse.md ├── cluster-alerting.md ├── group-snapshots.md ├── lighthouse-filters.md ├── lighthouse-new-create-credentials.md ├── lighthouse-new.md ├── lighthouse-snapshots.md ├── lighthouse-volume-update.md ├── lighthouse-with-secure-etcd.md ├── lighthouse.md ├── on-premise-lighthouse.md └── portworx-via-lighthouse.md ├── etcd └── ansible │ ├── etcd3.service.js │ ├── etcd3.yml │ ├── index.md │ └── inv.yml ├── fonts ├── FontAwesome.otf ├── LibreFranklin-Regular.woff2 ├── MaterialIcons-Regular.woff2 ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff └── fontawesome-webfont.woff2 ├── getting-started ├── diy.md ├── px-developer.md ├── px-enterprise.md └── px-licensing.md ├── images ├── Cassandra-PX Read Latencies.png ├── Cassandra-PX Read OPS.png ├── Cassandra-PX Write Ops.png ├── Cassandra-PX Write latencies.png ├── Cluster-Alerting-Preferences.png ├── LH-add-a-new-user.png ├── LH-group-details.png ├── Nomad.png ├── Portworx-Lighthouse-Screenshot.png ├── Portworx-Logo-u30-w86.png ├── alerts-date-filter.png ├── aws-ecs-image00.PNG ├── aws-ecs-image01.PNG ├── aws-ecs-image02.PNG ├── aws-ecs-image03.PNG ├── aws-ecs-setup_withPX_001y.PNG ├── aws-ecs-setup_withPX_002y.PNG ├── aws-ecs-setup_withPX_003t.PNG ├── aws-ecs-setup_withPX_003xx.PNG ├── aws-ecs-setup_withPX_003y.PNG ├── aws-ecs-setup_withPX_003yy.PNG ├── aws-ecs-setup_withPX_003z.PNG ├── aws-ecs-setup_withPX_004yy.PNG ├── aws-ecs-setup_withPX_005y.PNG ├── aws-ecs-setup_withPX_005yy.PNG ├── aws-ecs-setup_withPX_005yyx.PNG ├── aws-ecs-setup_withPX_006y.PNG ├── aws-ecs-setup_withPX_006yx.PNG ├── aws-ecs-setup_withPX_006z.PNG ├── aws-ecs-setup_withPX_007y.PNG ├── aws-ecs-setup_withPX_008y.PNG ├── aws-ecs-setup_withPX_009y.PNG ├── aws-ecs-setup_withPX_010y.PNG ├── aws-ecs-setup_withPX_011y.PNG ├── aws-ecs-setup_withPX_012y.PNG ├── azure-add-disk.png ├── azure-cluster-on-lighthouse-updated.png ├── azure-cluster-on-lighthouse.png ├── azure-inbound-security-rules.png ├── azure-pxctl-status.png ├── block-storage-on-packet.png ├── bootstrap-script-with-existing-server-profile.png ├── building-a-graph-with-prometheus.png ├── cf_px.png ├── cluster-architecture-example-mysql.png ├── cluster-architecture.png ├── cluster-list.png ├── clusters-add-updated.png ├── clusters-add.png ├── clusters-list-updated-2.png ├── clusters-list-updated.png ├── clusters-manage-clusters-menu-updated-2.png ├── clusters-manage-clusters-menu-updated.png ├── clusters-manage-clusters-menu.png ├── clusters-new-updated.png ├── clusters-new.png ├── clusters.png ├── company_logo.png ├── configure-volume-updated.png ├── configure-volume.png ├── constraints.png ├── cos-random.png ├── cos-seq.png ├── cos.png ├── curl-request-on-9001.png ├── data-network-interface-selection-menu.png ├── datasource-creation-grafana.png ├── dcos-cassandra-px-finished-install.png ├── dcos-cassandra-px-install-options.png ├── dcos-cassandra-px-service.png ├── dcos-cassandra-px-started-install.png ├── dcos-cassandra-px-universe.png ├── dcos-cassandra-px-volume-list.png ├── dcos-hadoop-px-finished-install.png ├── dcos-hadoop-px-install-options.png ├── dcos-hadoop-px-service.png ├── dcos-hadoop-px-started-install.png ├── dcos-hadoop-px-universe.png ├── dcos-hadoop-px-volume-list.png ├── dcos-kafka-px-finished-install.png ├── dcos-kafka-px-install-options.png ├── dcos-kafka-px-service.png ├── dcos-kafka-px-started-install.png ├── dcos-kafka-px-universe.png ├── dcos-kafka-px-volume-list.png ├── dcos-portworx-couchdb-finished-install.png ├── dcos-portworx-couchdb-install-options.png ├── dcos-portworx-couchdb-service.png ├── dcos-portworx-couchdb-started-install.png ├── dcos-portworx-couchdb-universe.png ├── dcos-portworx-couchdb-volume-list.png ├── dcos-portworx-secrets-setup.png ├── dcos-portworx-zookeeper-finished-install.png ├── dcos-portworx-zookeeper-install-options.png ├── dcos-portworx-zookeeper-service.png ├── dcos-portworx-zookeeper-started-install.png ├── dcos-portworx-zookeeper-universe.png ├── dcos-portworx-zookeeper-volume-list.png ├── dcos-px-components.png ├── dcos-px-etcd-options.png ├── dcos-px-image-option.png ├── dcos-px-image-option2.png ├── dcos-px-install-finished.png ├── dcos-px-install-options.png ├── dcos-px-lighthose-options.png ├── dcos-px-lighthouse-dashboard.png ├── dcos-px-lighthouse-login.png ├── dcos-px-lighthouse-options.png ├── dcos-px-scale-up.png ├── dcos-px-universe.png ├── docker-run-px-enterprise.png ├── easy_button.png ├── easy_button_favicon-96x96.png ├── eb.png ├── ecs-clust-create.png ├── ecs-instances.png ├── ecs-task.png ├── edit-volume.png ├── elasticsearch-px-universe-001.PNG ├── elasticsearch-px-universe-002.PNG ├── elasticsearch-px-universe-003.PNG ├── elasticsearch-px-universe-004.PNG ├── elasticsearch-px-universe-005.PNG ├── elasticsearch-px-universe-006.PNG ├── elasticsearch-px-universe-007.PNG ├── elasticsearch-px-universe-008.PNG ├── elasticsearch-px-universe-009.PNG ├── elasticsearch-px-universe-010.PNG ├── elasticsearch-px-universe-011.PNG ├── elasticsearch-px-universe-012.PNG ├── elasticsearch-px-universe-013.PNG ├── elasticsearch-px-universe-014.PNG ├── elasticsearch-px-universe-015.PNG ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon-96x96.png ├── favicon.ico ├── forkme_right_orange_ff7600.png ├── grafana-portworx-dashboard.png ├── grafana_cluster_status.png ├── grafana_datastore.png ├── grafana_volume_status.png ├── hadoop-ra-1.png ├── hadoop-ra-2.png ├── hardware-configuration.png ├── hardware-profile-example-updated.png ├── hardware-profile-example.png ├── hbase-px-universe-001.PNG ├── hbase-px-universe-002.PNG ├── hbase-px-universe-003.PNG ├── hbase-px-universe-004.PNG ├── iam-role.png ├── ibm-cloud.png ├── ic_close_black_18dp_2x.png ├── jenkins1.png ├── jenkins2.png ├── jenkins3.png ├── jenkins4.png ├── k8s-porx.png ├── kibana-customer.png ├── kibana-px-index-pattern.png ├── kibanaBank.png ├── launch.png ├── lh-archive-icon.png ├── lh-group-snapshot-index.png ├── lh-group-snapshot-multi-filter.png ├── lh-group-snapshot-single-filter.png ├── lh-new-add-cluster.png ├── lh-new-archive-icon.png ├── lh-new-cloud-icon.png ├── lh-new-delete-cluster.png ├── lh-new-edit-icon.png ├── lh-new-filtered-volumes.png ├── lh-new-filters.png ├── lh-new-menu.png ├── lh-ok-button.png ├── lh-on-prem-first-login-updated.png ├── lh-on-prem-first-login-updated_2.png ├── lh-on-prem-first-login.png ├── lh-update-password.png ├── lighthouse-new-azure-credentials.png ├── lighthouse-new-cloud-credential.png ├── lighthouse-new-cloud-snap.png ├── lighthouse-new-create-new-credentials-1.png ├── lighthouse-new-google-credentials.png ├── lighthouse-new-manage-credentials-1.png ├── lighthouse-new-s3-credentials.png ├── lighthouse-new-volume-info.png ├── lighthouse-new-volume-local-snap.png ├── lighthouse-new-volume-update-1.png ├── lighthouse-new-volume-update-2.png ├── magnifying-glass.png ├── manage-clusters-server-profiles.png ├── management-network-interface-selection-menu.png ├── mssqllogo.png ├── new-cluster-in-lighthouse.png ├── overview-updated.png ├── overview.png ├── packet-cluster-on-lighthouse.png ├── packet-data-interface-selection.png ├── packet-management-interface-selection.png ├── packet-storage-selection.png ├── perf-mysql.png ├── perf-read.png ├── perf-write.png ├── pks-vsphere-local.png ├── pks-vsphere-shared.png ├── playlist_generic.png ├── portworx-logo-horizontal-reversed.png ├── portworx-logo-horizontal.png ├── prometheus-config.png ├── px-cluster-on-packet.png ├── px-hadoop-docker-containers-architecture.png ├── px-logo-centered.png ├── px-logo.png ├── px-logs-fields.png ├── px-metrics-in-prometheus.png ├── rackspace-add-disk.png ├── rackspace-cluster-on-lighthouse-updated.png ├── rackspace-pxctl-status.png ├── rancherpx.png ├── settings-new-user-creation.png ├── settings-new-user-updated.png ├── settings-new-user.png ├── settings-user-admin-updated.png ├── settings-user-admin.png ├── shared-virtual-volumes.png ├── slack.png ├── softlayer-add-disk.png ├── softlayer-cluster-on-lighthouse-updated.png ├── softlayer-cluster-on-lighthouse.png ├── softlayer-pxctl-status-updated.png ├── softlayer-pxctl-status.png ├── spark-px-universe-001.PNG ├── spark-px-universe-002.PNG ├── spark-px-universe-003.PNG ├── spark-px-universe-004.PNG ├── spark-px-universe-005-b.PNG ├── spark-px-universe-005.PNG ├── spark-px-universe-006-b.PNG ├── spark-px-universe-006.PNG ├── spark-px-universe-007.PNG ├── spark-px-universe-008-b.PNG ├── spark-px-universe-008.PNG ├── spark-px-universe-009.PNG ├── spark-px-universe-010.PNG ├── startup-script-result-updated.png ├── startup-script-result.png ├── startup-script-window-temp.png ├── startup-script-window-updated.png ├── startup-script-window.png ├── status-messages-after-activate-updated.png ├── status-messages-after-activate.png ├── storage-actions-updated.png ├── storage-actions.png ├── storage-details-updated.png ├── storage-details.png ├── storage-selection-menu.png ├── storage-with-volume-groups.png ├── universe.png └── view-px-logs.png ├── index.md ├── install ├── coreos.md ├── docker.md ├── index.md └── preinstallcheck.md ├── js ├── anchor.min.js ├── asciinema-player.js ├── bootstrap.min.js ├── customscripts.js ├── docsearch.min.js ├── jekyll-search.js ├── jquery.ba-throttle-debounce.min.js ├── jquery.cookie.min.js ├── jquery.localScroll.min.js ├── jquery.min.js ├── jquery.navgoco.min.js ├── jquery.scrollTo.min.js ├── jquery.shuffle.min.js └── toc.js ├── k8s-pwx-bom.md ├── k8s-samples ├── bosh-etcd-deployment.yaml ├── efk │ ├── accounts.json │ ├── es-client-rc.yaml │ ├── es-client-svc.yaml │ ├── es-data-sts.yaml │ ├── es-data-svc.yaml │ ├── es-master-rc.yaml │ ├── es-master-svc.yaml │ ├── fluentd-ds.yaml │ ├── kibana-rc.yaml │ └── kibana-svc.yaml ├── existing-lighthouse │ ├── add-lighthouse-existing-cluster.md │ ├── authtoken.png │ ├── k8-lighthouse.yaml │ ├── new-cluster.png │ └── openshift │ │ └── k8-lighthouse.yaml ├── grafana │ ├── config │ │ └── dashboardConfig.yaml │ ├── dashboards │ │ ├── Cluster_Template.json │ │ └── Portworx_Volume_template.json │ ├── grafana-config.yaml │ └── grafana-deployment.yaml ├── mariadb ├── mssql │ ├── ms_sql_all_in_one.yml │ ├── mssql_deployment.yml │ ├── mssql_pvc.yml │ ├── mssql_sc.yml │ └── mssql_svc.yml ├── portworx-cassandra-3node.yaml ├── portworx-mariadb-statefulset.yaml ├── portworx-mysql-sc.yaml ├── portworx-mysql-snap-pod.yaml ├── portworx-mysql-statefulset.yaml ├── portworx-postgres-statefullset.yaml ├── portworx-volume-pod.yaml ├── portworx-volume-pv.yaml ├── portworx-volume-pvc.yaml ├── portworx-volume-pvcpod.yaml ├── portworx-volume-pvcsc.yaml ├── portworx-volume-pvcscpod.yaml ├── portworx-volume-sc-repl.yaml ├── portworx-volume-sc.yaml ├── portworx-volume-shared-pod-1.yaml ├── portworx-volume-shared-pod-2.yaml ├── portworx-volume-shared-pvc.yaml ├── portworx-volume-shared-sc.yaml ├── prometheus │ ├── 01-prometheus-operator.yaml │ ├── 02-service-monitor.yaml │ ├── 03-alertmanager-cluster.yaml │ ├── 04-alertmanager.yaml │ ├── 05-alertmanager-service.yaml │ ├── 06-portworx-rules.yaml │ └── 07-prometheus.yaml ├── px-mysql-openshift.json ├── px-startall.sh ├── px.yml ├── px_startall_acs_engine.sh └── vsphere │ ├── px-pks-vsphere-shared-specs-secure-etcd.yaml │ └── px-pks-vsphere-shared-specs.yaml ├── knowledgebase ├── devicemapper.md ├── docker-user-namespace.md ├── faqs.md ├── sdn.md ├── selinux.md ├── shared-mount-propagation.md └── sles-12-sp1.md ├── maintain ├── add-journal-dev.md ├── dr-best-practices.md ├── etcd-consul-recovery.md ├── etcd-quick-setup.md ├── etcd.md ├── going-production.md ├── maintenance-mode.md ├── monitoring │ ├── Portworx Volume Status_V2_Nov_2.json │ ├── alerting.md │ ├── config.yml │ ├── grafana │ │ ├── Cluster_Template.json │ │ ├── Portworx Volume Status_V2_Nov_2.json │ │ ├── Portworx_Cluster_Dashboard_Sep_2018.json │ │ ├── Portworx_Cluster_Dashboard_Sep_2018_No_AM.json │ │ ├── Portworx_Node_Dashboard_Sep_2018.json │ │ ├── Portworx_Node_Dashboard_Sep_2018_No_AM.json │ │ ├── Portworx_Volume_Dashboard_Sep_2018.json │ │ ├── Volume_Template.json │ │ └── index.md │ ├── index.md │ ├── portworx-alerts.md │ ├── prometheus.yml │ ├── prometheus │ │ ├── alerting.rules │ │ ├── index.md │ │ └── prometheus.yml │ ├── px.rules │ └── px.rules.yml ├── performance │ ├── fio.md │ ├── nosql.md │ ├── sql.md │ └── tuning.md ├── px-reactions-to-etcd-recovery.md ├── scale-down.md ├── scale-out.md ├── scale-up.md ├── storageless-nodes.md ├── upgrade.md └── users-groups.md ├── manage ├── class-of-service.md ├── encrypted-volumes.md ├── objectstore.md ├── secrets │ ├── encrypted-volumes-aws.md │ ├── encrypted-volumes-dcos.md │ ├── encrypted-volumes-ibm-kp.md │ └── encrypted-volumes-vault.md ├── shared-volumes.md ├── snapshots-1.2.md ├── snapshots-1.3.md ├── snapshots.md ├── update-px-geography.md ├── volume-update.md └── volumes.md ├── portworx-with-in-built-etcd.md ├── portworx-with-k8s-centos-packet.md ├── portworx-with-k8s-coreos-packet.md ├── portworx-with-terraform.md ├── px-marathon-constraints.json ├── px-marathon-mysql.json ├── px-marathon.json ├── px-usage.md ├── px_etcd.json ├── reference-architecture └── docker-datacenter.md ├── release-notes-1-0-6.md ├── release-notes-1-0-7.md ├── release-notes-1-0-8.md ├── release-notes-1-0-9.md ├── release-notes ├── on-premise-lighthouse.md ├── portworx-enterprise.md └── rel-notes-priv.md ├── rest-api └── api.md ├── run-air-gap.md ├── run-etcd.md ├── runc ├── index.md ├── options.md └── upstart.md ├── scheduler ├── docker │ ├── cassandra-3node-cluster.md │ ├── compose.md │ ├── docker-container.md │ ├── install-standalone.md │ ├── install-swarm.md │ ├── portworx-cassandra3node.yaml │ ├── swarm.md │ ├── ucp.md │ ├── upgrade-swarm.md │ └── volume-plugin.md ├── kubernetes │ ├── Logmanagement-fluentd-and-S3.md │ ├── ark-pre-0.10.md │ ├── ark.md │ ├── cassandra-k8s.md │ ├── csi.md │ ├── docker-to-oci.md │ ├── dynamic-provisioning.md │ ├── elasticstack-kibana-k8s.md │ ├── encrypted-pvc-awskms.md │ ├── encrypted-pvc-ibm-kp.md │ ├── encrypted-pvc-vault.md │ ├── encrypted-volumes.md │ ├── etcd-certs-using-secrets.md │ ├── failover.md │ ├── going-production-with-k8s.md │ ├── index.md │ ├── install-cfcr-etcd-release.md │ ├── install-legacy.md │ ├── install-pks-vsphere-local.md │ ├── install-pks-vsphere-shared.md │ ├── install-pks-vsphere.md │ ├── install-pks.md │ ├── install.md │ ├── k8s-node-decommission.md │ ├── k8s-node-maintenance.md │ ├── k8s-node-rejoin.md │ ├── k8s-px-app-samples.md │ ├── k8s-px-systemd-service.md │ ├── k8s-scale-restrict.md │ ├── kafka-k8s.md │ ├── logmanagement-efk-k8s.md │ ├── monitoring-px-prometheusAndGrafana.md │ ├── non-root.md │ ├── openshift-install.md │ ├── preprovisioned-volumes.md │ ├── pvc-encryption.md │ ├── px-k8s-asg.md │ ├── px-k8s-interactive.md │ ├── px-k8s-spec-curl.md │ ├── px-pvc-controller.yaml │ ├── resize-pvc.md │ ├── scheduler-convergence-labels.md │ ├── scheduler-convergence.md │ ├── set-cluster-wide-secret.md │ ├── shared-volumes.md │ ├── snaps-3d.md │ ├── snaps-annotations.md │ ├── snaps-cloud.md │ ├── snaps-group.md │ ├── snaps-local.md │ ├── snaps-single-pvc.md │ ├── snaps.md │ ├── statefulsets.md │ ├── storage-class-encryption.md │ ├── stork.md │ ├── support.md │ ├── uninstall.md │ ├── update-px-geography.md │ ├── upgrade-1.2.md │ ├── upgrade-legacy.md │ ├── upgrade.md │ └── wp-k8s.md ├── mesosphere-dcos │ ├── cassandra-marathon-service.md │ ├── cassandra.md │ ├── constraints.md │ ├── couchdb.md │ ├── dcos_1.10_CF.json │ ├── elasticsearch.md │ ├── framework-cleanup.md │ ├── frameworks.md │ ├── going-production-with-dcos.md │ ├── hadoop-hdfs.md │ ├── hbase-px.md │ ├── index.md │ ├── inline.md │ ├── install-universe.md │ ├── install.md │ ├── kafka.md │ ├── kubernetes.md │ ├── lighthouse-marathon.md │ ├── mysql_marathon.json │ ├── mysql_marathon_ucr.json │ ├── portworx-volumes.md │ ├── postgres_marathon.json │ ├── px-etcd-marathon.md │ ├── px-marathon-mysql-constraints.json │ ├── px-ready-aws-cf.md │ ├── upgrade-1.1.md │ ├── upgrade-oci.md │ ├── upgrade.md │ ├── volume-scaling.md │ └── zookeeper.md ├── nomad │ ├── install.md │ └── portworx.nomad └── rancher │ └── install.md ├── secrets ├── index.md ├── portworx-with-aws-kms.md ├── portworx-with-dcos-secrets.md ├── portworx-with-ibm-kp.md ├── portworx-with-kubernetes-secrets.md ├── portworx-with-kvdb.md └── portworx-with-vault.md ├── staging └── Install.md ├── support-welcome.md ├── update-lh-password.md └── video ├── dcos.md ├── hadoop-px-dcos.md ├── mesos.md ├── multi-cloud.md ├── quickstart.md ├── rancher.md ├── shared-volumes.md ├── sql-server-on-k8s.md └── sql-server.md /.gitignore: -------------------------------------------------------------------------------- 1 | Gemfile.lock 2 | _site 3 | .sass-cache/ 4 | .DS_Store 5 | node_modules/ 6 | package-lock.json 7 | .idea 8 | /tmp 9 | .jekyll-metadata -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 3 | - 2.2 4 | cache: 5 | directories: 6 | - $TRAVIS_BUILD_DIR/tmp/.htmlproofer 7 | - $TRAVIS_BUILD_DIR/tmp/.googletest 8 | branches: 9 | only: 10 | - gh-pages 11 | - /.*/ 12 | before_install: 13 | - npm i -g amphtml-validator 14 | - go get github.com/ericchiang/pup 15 | install: 16 | - bundle install 17 | script: 18 | - "./build/test.sh" 19 | - "./build/test-amp.sh" 20 | - "./build/deploy-amp.sh" 21 | notifications: 22 | email: true 23 | -------------------------------------------------------------------------------- /404.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: "Page not found" 4 | sidebar: home_sidebar 5 | permalink: /404.html 6 | meta-description: "Not Found." 7 | --- 8 | 9 | Sorry about that! 10 | It appears the page you have requested does not exist. 11 | Please use the navigation or search to find what you're looking for. 12 | 13 | If you feel like this is a documentation bug [please raise an issue](https://github.com/portworx/px-docs/issues) and we'll check it out! 14 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | legacy-docs.portworx.com -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | 3 | gem 'github-pages' 4 | 5 | gem 'rake' 6 | gem 'html-proofer', '3.7.2' 7 | -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- 1 | require 'html-proofer' 2 | task :default => "test:htmlproof" 3 | 4 | namespace :test do 5 | task :htmlproof do 6 | HTMLProofer.check_directory("./_site", { 7 | only_4xx: true, 8 | check_html: true, 9 | check_external_hash: true, 10 | :url_ignore => [/vimeo.com/], 11 | :cache => { :timeframe => '36h' }, 12 | :typhoeus => { :ssl_verifyhost => 2, :timeout => 10 } 13 | }).run 14 | end 15 | end 16 | -------------------------------------------------------------------------------- /_data/alerts.yml: -------------------------------------------------------------------------------- 1 | tip: '