├── CONTRIBUTING.md ├── Documentation ├── account │ ├── create-account.md │ ├── index.md │ └── manage-account.md ├── admin │ ├── add-registry-cert.md │ ├── assets-zip.md │ ├── aws-scale.md │ ├── bare-metal-scale.md │ ├── failure-domains-identity.md │ ├── g-suite-saml.md │ ├── identity-management.md │ ├── index.md │ ├── ingress.md │ ├── install-multi.md │ ├── logging-customization.md │ ├── logging-destination.md │ ├── logging.md │ ├── manage-namespaces.md │ ├── manage-pull-secrets.md │ ├── multi-cluster-policy.md │ ├── multi-cluster.md │ ├── persistent-volumes.md │ ├── self-hosted-etcd.md │ ├── upgrade.md │ └── workload-separation.md ├── alm │ ├── etcd-ocs.md │ ├── ocs-catalog.md │ ├── prometheus-ocs.md │ ├── using-ocs.md │ └── vault-ocs.md ├── conventions.md ├── files │ ├── aws-policy-grafiti.json │ ├── aws-policy.json │ ├── aws-sts-trust-policy.json │ ├── logging │ │ ├── fluentd-aggregator-deployment.yaml │ │ ├── fluentd-aggregator-svc.yaml │ │ ├── fluentd-configmap.yaml │ │ ├── fluentd-ds.yaml │ │ ├── fluentd-namespace.yaml │ │ ├── fluentd-role-binding.yaml │ │ ├── fluentd-role.yaml │ │ ├── fluentd-service-account.yaml │ │ ├── fluentd-svc.yaml │ │ └── monitoring │ │ │ ├── fluentd-prometheus-service-monitor.yaml │ │ │ ├── prometheus-fluentd-role-binding.yaml │ │ │ ├── prometheus-fluentd-service-account.yaml │ │ │ └── prometheus-fluentd.yaml │ └── multi-cluster │ │ └── multicluster.yaml ├── generic-platform.md ├── hack │ └── centos-workers.md ├── img │ ├── PodNamespaceMenu.png │ ├── acs-entity-saml.png │ ├── billingpage.png │ ├── cluster-admin.png │ ├── cluster-group.png │ ├── cluster-service-account.png │ ├── cluster-user.png │ ├── coreos-account-account-tab.png │ ├── coreos-account-invited-email.png │ ├── coreos-account-license-secret.png │ ├── coreos-account-new.png │ ├── coreos-account-overview.png │ ├── coreos-account-user-invited.png │ ├── failure-domains-identity.png │ ├── g-suite-attribute-map.png │ ├── g-suite-idp.png │ ├── group-search.png │ ├── installer-aws.jpg │ ├── installer-aws.png │ ├── installer-bare-metal.png │ ├── ldap-query-user.png │ ├── license-exceeded.png │ ├── namespace-admin.png │ ├── namespace-group.png │ ├── namespace-service-account.png │ ├── namespace-user.png │ ├── network-setup-flow.png │ ├── prometheus-monitoring.png │ ├── prometheus-targets.png │ ├── scaled-nodes.png │ ├── self-hosted-etcd.png │ ├── settings-updates.png │ ├── tectonic-ingress.png │ ├── tectonic-saml.png │ ├── tls_ca.png │ ├── ui-permission-granted.png │ ├── ui-permission-notallowed.png │ ├── user-search.png │ └── walkthrough │ │ ├── namespace-secret.png │ │ ├── namespaces-default.png │ │ └── nginx-deploy-pods.png ├── install │ ├── all │ │ └── ddns.md │ ├── aws │ │ ├── aws-terraform.md │ │ ├── index.md │ │ ├── manual-boot.md │ │ ├── requirements.md │ │ ├── troubleshooting.md │ │ └── uninstall.md │ ├── azure │ │ ├── azure-private.md │ │ └── azure-terraform.md │ ├── bare-metal │ │ ├── index.md │ │ ├── metal-terraform.md │ │ ├── requirements.md │ │ ├── troubleshooting.md │ │ └── uninstall.md │ ├── index.md │ ├── installer-windows.md │ ├── openstack │ │ └── openstack-terraform.md │ └── vmware │ │ └── vmware-terraform.md ├── platform-lifecycle.md ├── reference │ ├── f5-ltm-lb.md │ └── kubelet-upgrade.md ├── tls │ ├── rotate-tls.md │ ├── rotate │ │ ├── gencerts.sh │ │ └── openssl.conf │ ├── tls-certificates.md │ ├── tls-etcd.md │ ├── tls-identity.md │ ├── tls-ingress.md │ ├── tls-kube.md │ └── tls-topology.md ├── troubleshooting │ ├── bootkube_recovery_tool.md │ ├── calico-manifests │ │ ├── calico-upgrade-job.yaml │ │ └── rbac-canal-tectonic-18.yaml │ ├── controller-recovery.md │ ├── etcd-client-auth.md │ ├── etcd-nodes.md │ ├── faq.md │ ├── installer-terraform.md │ ├── master-nodes.md │ ├── tectonic-upgrade.md │ ├── troubleshooting.md │ ├── upgrade-calico.md │ ├── worker-nodes.md │ └── workstation-etcd-api-server-restore.md ├── tutorials │ ├── aws │ │ ├── creating-aws.md │ │ ├── deleting-deployment.md │ │ ├── first-app.md │ │ ├── img │ │ │ ├── cookie-v1.png │ │ │ ├── cookie-v2.png │ │ │ ├── edit-service.png │ │ │ ├── frontend.png │ │ │ ├── nginx-deploy-updating.png │ │ │ ├── nginx-deploy-yml.png │ │ │ ├── nginx-deployment.png │ │ │ ├── nginx-service.png │ │ │ └── yaml-edit-service.png │ │ ├── index.md │ │ ├── installing-tectonic.md │ │ ├── rolling-deployments.md │ │ ├── scale-app.md │ │ └── second-app.md │ ├── azure │ │ ├── check-logs.md │ │ ├── deleting-deployment.md │ │ ├── first-app.md │ │ ├── img │ │ │ ├── azure-cookie-v1.png │ │ │ ├── azure-cookie-v2.png │ │ │ ├── azure-simple-deploy-updating.png │ │ │ ├── azure-simple-deploy-yml.png │ │ │ ├── azure-simple-deployment.png │ │ │ ├── azure-simple-ingress.png │ │ │ ├── azure-simple-service.png │ │ │ └── viewing-logs-simple-deployment.png │ │ ├── index.md │ │ ├── install.md │ │ ├── monitoring.md │ │ ├── rolling-deployments.md │ │ └── scale-app.md │ ├── index.md │ ├── kubernetes │ │ ├── configure-kubectl.md │ │ ├── deploy-master.md │ │ ├── deploy-workers.md │ │ ├── getting-started.md │ │ ├── index.md │ │ └── watch-recovery.md │ └── sandbox │ │ ├── check-logs.md │ │ ├── deleting-deployment.md │ │ ├── first-app.md │ │ ├── img │ │ ├── sandbox-cookie-v1.png │ │ ├── sandbox-cookie-v2.png │ │ ├── sandbox-simple-deploy-updating.png │ │ ├── sandbox-simple-deploy-yml.png │ │ ├── sandbox-simple-deployment.png │ │ ├── sandbox-simple-ingress.png │ │ ├── sandbox-simple-service.png │ │ └── viewing-logs-simple-deployment.png │ │ ├── index.md │ │ ├── install.md │ │ ├── monitoring.md │ │ ├── rolling-deployments.md │ │ └── scale-app.md └── users │ ├── creating-accounts.md │ ├── creating-roles.md │ ├── creating-service-accounts.md │ ├── index.md │ ├── ldap-integration.md │ ├── rbac-config.md │ ├── saml-integration.md │ ├── tectonic-identity-config.md │ ├── tectonic-identity-overview.md │ └── user-auth.md ├── LICENSE └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Documentation/account/create-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/account/create-account.md -------------------------------------------------------------------------------- /Documentation/account/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/account/index.md -------------------------------------------------------------------------------- /Documentation/account/manage-account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/account/manage-account.md -------------------------------------------------------------------------------- /Documentation/admin/add-registry-cert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/add-registry-cert.md -------------------------------------------------------------------------------- /Documentation/admin/assets-zip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/assets-zip.md -------------------------------------------------------------------------------- /Documentation/admin/aws-scale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/aws-scale.md -------------------------------------------------------------------------------- /Documentation/admin/bare-metal-scale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/bare-metal-scale.md -------------------------------------------------------------------------------- /Documentation/admin/failure-domains-identity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/failure-domains-identity.md -------------------------------------------------------------------------------- /Documentation/admin/g-suite-saml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/g-suite-saml.md -------------------------------------------------------------------------------- /Documentation/admin/identity-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/identity-management.md -------------------------------------------------------------------------------- /Documentation/admin/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/index.md -------------------------------------------------------------------------------- /Documentation/admin/ingress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/ingress.md -------------------------------------------------------------------------------- /Documentation/admin/install-multi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/install-multi.md -------------------------------------------------------------------------------- /Documentation/admin/logging-customization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/logging-customization.md -------------------------------------------------------------------------------- /Documentation/admin/logging-destination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/logging-destination.md -------------------------------------------------------------------------------- /Documentation/admin/logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/logging.md -------------------------------------------------------------------------------- /Documentation/admin/manage-namespaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/manage-namespaces.md -------------------------------------------------------------------------------- /Documentation/admin/manage-pull-secrets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/manage-pull-secrets.md -------------------------------------------------------------------------------- /Documentation/admin/multi-cluster-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/multi-cluster-policy.md -------------------------------------------------------------------------------- /Documentation/admin/multi-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/multi-cluster.md -------------------------------------------------------------------------------- /Documentation/admin/persistent-volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/persistent-volumes.md -------------------------------------------------------------------------------- /Documentation/admin/self-hosted-etcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/self-hosted-etcd.md -------------------------------------------------------------------------------- /Documentation/admin/upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/upgrade.md -------------------------------------------------------------------------------- /Documentation/admin/workload-separation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/admin/workload-separation.md -------------------------------------------------------------------------------- /Documentation/alm/etcd-ocs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/alm/etcd-ocs.md -------------------------------------------------------------------------------- /Documentation/alm/ocs-catalog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/alm/ocs-catalog.md -------------------------------------------------------------------------------- /Documentation/alm/prometheus-ocs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/alm/prometheus-ocs.md -------------------------------------------------------------------------------- /Documentation/alm/using-ocs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/alm/using-ocs.md -------------------------------------------------------------------------------- /Documentation/alm/vault-ocs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/alm/vault-ocs.md -------------------------------------------------------------------------------- /Documentation/conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/conventions.md -------------------------------------------------------------------------------- /Documentation/files/aws-policy-grafiti.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/aws-policy-grafiti.json -------------------------------------------------------------------------------- /Documentation/files/aws-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/aws-policy.json -------------------------------------------------------------------------------- /Documentation/files/aws-sts-trust-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/aws-sts-trust-policy.json -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-aggregator-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/fluentd-aggregator-deployment.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-aggregator-svc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/fluentd-aggregator-svc.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/fluentd-configmap.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-ds.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/fluentd-ds.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-namespace.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Namespace 3 | metadata: 4 | name: fluentd 5 | -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-role-binding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/fluentd-role-binding.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/fluentd-role.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-service-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/fluentd-service-account.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/fluentd-svc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/fluentd-svc.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/monitoring/fluentd-prometheus-service-monitor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/monitoring/fluentd-prometheus-service-monitor.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/monitoring/prometheus-fluentd-role-binding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/monitoring/prometheus-fluentd-role-binding.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/monitoring/prometheus-fluentd-service-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/monitoring/prometheus-fluentd-service-account.yaml -------------------------------------------------------------------------------- /Documentation/files/logging/monitoring/prometheus-fluentd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/logging/monitoring/prometheus-fluentd.yaml -------------------------------------------------------------------------------- /Documentation/files/multi-cluster/multicluster.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/files/multi-cluster/multicluster.yaml -------------------------------------------------------------------------------- /Documentation/generic-platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/generic-platform.md -------------------------------------------------------------------------------- /Documentation/hack/centos-workers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/hack/centos-workers.md -------------------------------------------------------------------------------- /Documentation/img/PodNamespaceMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/PodNamespaceMenu.png -------------------------------------------------------------------------------- /Documentation/img/acs-entity-saml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/acs-entity-saml.png -------------------------------------------------------------------------------- /Documentation/img/billingpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/billingpage.png -------------------------------------------------------------------------------- /Documentation/img/cluster-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/cluster-admin.png -------------------------------------------------------------------------------- /Documentation/img/cluster-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/cluster-group.png -------------------------------------------------------------------------------- /Documentation/img/cluster-service-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/cluster-service-account.png -------------------------------------------------------------------------------- /Documentation/img/cluster-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/cluster-user.png -------------------------------------------------------------------------------- /Documentation/img/coreos-account-account-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/coreos-account-account-tab.png -------------------------------------------------------------------------------- /Documentation/img/coreos-account-invited-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/coreos-account-invited-email.png -------------------------------------------------------------------------------- /Documentation/img/coreos-account-license-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/coreos-account-license-secret.png -------------------------------------------------------------------------------- /Documentation/img/coreos-account-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/coreos-account-new.png -------------------------------------------------------------------------------- /Documentation/img/coreos-account-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/coreos-account-overview.png -------------------------------------------------------------------------------- /Documentation/img/coreos-account-user-invited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/coreos-account-user-invited.png -------------------------------------------------------------------------------- /Documentation/img/failure-domains-identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/failure-domains-identity.png -------------------------------------------------------------------------------- /Documentation/img/g-suite-attribute-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/g-suite-attribute-map.png -------------------------------------------------------------------------------- /Documentation/img/g-suite-idp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/g-suite-idp.png -------------------------------------------------------------------------------- /Documentation/img/group-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/group-search.png -------------------------------------------------------------------------------- /Documentation/img/installer-aws.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/installer-aws.jpg -------------------------------------------------------------------------------- /Documentation/img/installer-aws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/installer-aws.png -------------------------------------------------------------------------------- /Documentation/img/installer-bare-metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/installer-bare-metal.png -------------------------------------------------------------------------------- /Documentation/img/ldap-query-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/ldap-query-user.png -------------------------------------------------------------------------------- /Documentation/img/license-exceeded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/license-exceeded.png -------------------------------------------------------------------------------- /Documentation/img/namespace-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/namespace-admin.png -------------------------------------------------------------------------------- /Documentation/img/namespace-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/namespace-group.png -------------------------------------------------------------------------------- /Documentation/img/namespace-service-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/namespace-service-account.png -------------------------------------------------------------------------------- /Documentation/img/namespace-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/namespace-user.png -------------------------------------------------------------------------------- /Documentation/img/network-setup-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/network-setup-flow.png -------------------------------------------------------------------------------- /Documentation/img/prometheus-monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/prometheus-monitoring.png -------------------------------------------------------------------------------- /Documentation/img/prometheus-targets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/prometheus-targets.png -------------------------------------------------------------------------------- /Documentation/img/scaled-nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/scaled-nodes.png -------------------------------------------------------------------------------- /Documentation/img/self-hosted-etcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/self-hosted-etcd.png -------------------------------------------------------------------------------- /Documentation/img/settings-updates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/settings-updates.png -------------------------------------------------------------------------------- /Documentation/img/tectonic-ingress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/tectonic-ingress.png -------------------------------------------------------------------------------- /Documentation/img/tectonic-saml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/tectonic-saml.png -------------------------------------------------------------------------------- /Documentation/img/tls_ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/tls_ca.png -------------------------------------------------------------------------------- /Documentation/img/ui-permission-granted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/ui-permission-granted.png -------------------------------------------------------------------------------- /Documentation/img/ui-permission-notallowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/ui-permission-notallowed.png -------------------------------------------------------------------------------- /Documentation/img/user-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/user-search.png -------------------------------------------------------------------------------- /Documentation/img/walkthrough/namespace-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/walkthrough/namespace-secret.png -------------------------------------------------------------------------------- /Documentation/img/walkthrough/namespaces-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/walkthrough/namespaces-default.png -------------------------------------------------------------------------------- /Documentation/img/walkthrough/nginx-deploy-pods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/img/walkthrough/nginx-deploy-pods.png -------------------------------------------------------------------------------- /Documentation/install/all/ddns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/all/ddns.md -------------------------------------------------------------------------------- /Documentation/install/aws/aws-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/aws/aws-terraform.md -------------------------------------------------------------------------------- /Documentation/install/aws/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/aws/index.md -------------------------------------------------------------------------------- /Documentation/install/aws/manual-boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/aws/manual-boot.md -------------------------------------------------------------------------------- /Documentation/install/aws/requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/aws/requirements.md -------------------------------------------------------------------------------- /Documentation/install/aws/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/aws/troubleshooting.md -------------------------------------------------------------------------------- /Documentation/install/aws/uninstall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/aws/uninstall.md -------------------------------------------------------------------------------- /Documentation/install/azure/azure-private.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/azure/azure-private.md -------------------------------------------------------------------------------- /Documentation/install/azure/azure-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/azure/azure-terraform.md -------------------------------------------------------------------------------- /Documentation/install/bare-metal/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/bare-metal/index.md -------------------------------------------------------------------------------- /Documentation/install/bare-metal/metal-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/bare-metal/metal-terraform.md -------------------------------------------------------------------------------- /Documentation/install/bare-metal/requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/bare-metal/requirements.md -------------------------------------------------------------------------------- /Documentation/install/bare-metal/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/bare-metal/troubleshooting.md -------------------------------------------------------------------------------- /Documentation/install/bare-metal/uninstall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/bare-metal/uninstall.md -------------------------------------------------------------------------------- /Documentation/install/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/index.md -------------------------------------------------------------------------------- /Documentation/install/installer-windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/installer-windows.md -------------------------------------------------------------------------------- /Documentation/install/openstack/openstack-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/openstack/openstack-terraform.md -------------------------------------------------------------------------------- /Documentation/install/vmware/vmware-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/install/vmware/vmware-terraform.md -------------------------------------------------------------------------------- /Documentation/platform-lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/platform-lifecycle.md -------------------------------------------------------------------------------- /Documentation/reference/f5-ltm-lb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/reference/f5-ltm-lb.md -------------------------------------------------------------------------------- /Documentation/reference/kubelet-upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/reference/kubelet-upgrade.md -------------------------------------------------------------------------------- /Documentation/tls/rotate-tls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/rotate-tls.md -------------------------------------------------------------------------------- /Documentation/tls/rotate/gencerts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/rotate/gencerts.sh -------------------------------------------------------------------------------- /Documentation/tls/rotate/openssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/rotate/openssl.conf -------------------------------------------------------------------------------- /Documentation/tls/tls-certificates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/tls-certificates.md -------------------------------------------------------------------------------- /Documentation/tls/tls-etcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/tls-etcd.md -------------------------------------------------------------------------------- /Documentation/tls/tls-identity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/tls-identity.md -------------------------------------------------------------------------------- /Documentation/tls/tls-ingress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/tls-ingress.md -------------------------------------------------------------------------------- /Documentation/tls/tls-kube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/tls-kube.md -------------------------------------------------------------------------------- /Documentation/tls/tls-topology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tls/tls-topology.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/bootkube_recovery_tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/bootkube_recovery_tool.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/calico-manifests/calico-upgrade-job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/calico-manifests/calico-upgrade-job.yaml -------------------------------------------------------------------------------- /Documentation/troubleshooting/calico-manifests/rbac-canal-tectonic-18.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/calico-manifests/rbac-canal-tectonic-18.yaml -------------------------------------------------------------------------------- /Documentation/troubleshooting/controller-recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/controller-recovery.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/etcd-client-auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/etcd-client-auth.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/etcd-nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/etcd-nodes.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/faq.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/installer-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/installer-terraform.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/master-nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/master-nodes.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/tectonic-upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/tectonic-upgrade.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/troubleshooting.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/upgrade-calico.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/upgrade-calico.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/worker-nodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/worker-nodes.md -------------------------------------------------------------------------------- /Documentation/troubleshooting/workstation-etcd-api-server-restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/troubleshooting/workstation-etcd-api-server-restore.md -------------------------------------------------------------------------------- /Documentation/tutorials/aws/creating-aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/creating-aws.md -------------------------------------------------------------------------------- /Documentation/tutorials/aws/deleting-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/deleting-deployment.md -------------------------------------------------------------------------------- /Documentation/tutorials/aws/first-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/first-app.md -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/cookie-v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/cookie-v1.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/cookie-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/cookie-v2.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/edit-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/edit-service.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/frontend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/frontend.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/nginx-deploy-updating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/nginx-deploy-updating.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/nginx-deploy-yml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/nginx-deploy-yml.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/nginx-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/nginx-deployment.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/nginx-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/nginx-service.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/img/yaml-edit-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/img/yaml-edit-service.png -------------------------------------------------------------------------------- /Documentation/tutorials/aws/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/index.md -------------------------------------------------------------------------------- /Documentation/tutorials/aws/installing-tectonic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/installing-tectonic.md -------------------------------------------------------------------------------- /Documentation/tutorials/aws/rolling-deployments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/rolling-deployments.md -------------------------------------------------------------------------------- /Documentation/tutorials/aws/scale-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/scale-app.md -------------------------------------------------------------------------------- /Documentation/tutorials/aws/second-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/aws/second-app.md -------------------------------------------------------------------------------- /Documentation/tutorials/azure/check-logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/check-logs.md -------------------------------------------------------------------------------- /Documentation/tutorials/azure/deleting-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/deleting-deployment.md -------------------------------------------------------------------------------- /Documentation/tutorials/azure/first-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/first-app.md -------------------------------------------------------------------------------- /Documentation/tutorials/azure/img/azure-cookie-v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/img/azure-cookie-v1.png -------------------------------------------------------------------------------- /Documentation/tutorials/azure/img/azure-cookie-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/img/azure-cookie-v2.png -------------------------------------------------------------------------------- /Documentation/tutorials/azure/img/azure-simple-deploy-updating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/img/azure-simple-deploy-updating.png -------------------------------------------------------------------------------- /Documentation/tutorials/azure/img/azure-simple-deploy-yml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/img/azure-simple-deploy-yml.png -------------------------------------------------------------------------------- /Documentation/tutorials/azure/img/azure-simple-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/img/azure-simple-deployment.png -------------------------------------------------------------------------------- /Documentation/tutorials/azure/img/azure-simple-ingress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/img/azure-simple-ingress.png -------------------------------------------------------------------------------- /Documentation/tutorials/azure/img/azure-simple-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/img/azure-simple-service.png -------------------------------------------------------------------------------- /Documentation/tutorials/azure/img/viewing-logs-simple-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/img/viewing-logs-simple-deployment.png -------------------------------------------------------------------------------- /Documentation/tutorials/azure/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/index.md -------------------------------------------------------------------------------- /Documentation/tutorials/azure/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/install.md -------------------------------------------------------------------------------- /Documentation/tutorials/azure/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/monitoring.md -------------------------------------------------------------------------------- /Documentation/tutorials/azure/rolling-deployments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/rolling-deployments.md -------------------------------------------------------------------------------- /Documentation/tutorials/azure/scale-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/azure/scale-app.md -------------------------------------------------------------------------------- /Documentation/tutorials/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/index.md -------------------------------------------------------------------------------- /Documentation/tutorials/kubernetes/configure-kubectl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/kubernetes/configure-kubectl.md -------------------------------------------------------------------------------- /Documentation/tutorials/kubernetes/deploy-master.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/kubernetes/deploy-master.md -------------------------------------------------------------------------------- /Documentation/tutorials/kubernetes/deploy-workers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/kubernetes/deploy-workers.md -------------------------------------------------------------------------------- /Documentation/tutorials/kubernetes/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/kubernetes/getting-started.md -------------------------------------------------------------------------------- /Documentation/tutorials/kubernetes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/kubernetes/index.md -------------------------------------------------------------------------------- /Documentation/tutorials/kubernetes/watch-recovery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/kubernetes/watch-recovery.md -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/check-logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/check-logs.md -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/deleting-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/deleting-deployment.md -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/first-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/first-app.md -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/img/sandbox-cookie-v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/img/sandbox-cookie-v1.png -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/img/sandbox-cookie-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/img/sandbox-cookie-v2.png -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/img/sandbox-simple-deploy-updating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/img/sandbox-simple-deploy-updating.png -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/img/sandbox-simple-deploy-yml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/img/sandbox-simple-deploy-yml.png -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/img/sandbox-simple-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/img/sandbox-simple-deployment.png -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/img/sandbox-simple-ingress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/img/sandbox-simple-ingress.png -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/img/sandbox-simple-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/img/sandbox-simple-service.png -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/img/viewing-logs-simple-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/img/viewing-logs-simple-deployment.png -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/index.md -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/install.md -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/monitoring.md -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/rolling-deployments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/rolling-deployments.md -------------------------------------------------------------------------------- /Documentation/tutorials/sandbox/scale-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/tutorials/sandbox/scale-app.md -------------------------------------------------------------------------------- /Documentation/users/creating-accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/creating-accounts.md -------------------------------------------------------------------------------- /Documentation/users/creating-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/creating-roles.md -------------------------------------------------------------------------------- /Documentation/users/creating-service-accounts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/creating-service-accounts.md -------------------------------------------------------------------------------- /Documentation/users/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/index.md -------------------------------------------------------------------------------- /Documentation/users/ldap-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/ldap-integration.md -------------------------------------------------------------------------------- /Documentation/users/rbac-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/rbac-config.md -------------------------------------------------------------------------------- /Documentation/users/saml-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/saml-integration.md -------------------------------------------------------------------------------- /Documentation/users/tectonic-identity-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/tectonic-identity-config.md -------------------------------------------------------------------------------- /Documentation/users/tectonic-identity-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/tectonic-identity-overview.md -------------------------------------------------------------------------------- /Documentation/users/user-auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/Documentation/users/user-auth.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/tectonic-docs/HEAD/README.md --------------------------------------------------------------------------------